Skip to content

Commit

Permalink
pre-release bin & small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
anklimov committed Oct 31, 2023
1 parent e9355ef commit 7251e22
Show file tree
Hide file tree
Showing 30 changed files with 52,414 additions and 52,698 deletions.
4 changes: 2 additions & 2 deletions build-flags/build_flags_esp32-wifi
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#-DAC_DISABLE
-DMODBUS_DISABLE
#-DMBUS_DISABLE
-DCOUNTER_DISABLE
#-DCOUNTER_DISABLE
-DSYSLOG_ENABLE
# - udp errors
-DOTA
Expand Down Expand Up @@ -57,4 +57,4 @@
-DMQTT_SOCKET_TIMEOUT=20
-D CORS=\"*\"
-D REDIRECTION_URL=\"http://lazyhome.ru/pwa\"
-DMERCURY_ENABLE
#-DMERCURY_ENABLE
25 changes: 23 additions & 2 deletions build-flags/build_flags_esp8266-wifi
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
-DARTNET_ENABLE
-DUSE_1W_PIN=16
-DW5500_CS_PIN=15
#-DPID_DISABLE
-DARDUINO_OTA_MDNS_DISABLE
-DMDNS_ENABLE
-DWM_MDNS
Expand All @@ -22,4 +21,26 @@
-DOTA_PORT=80

#oct22 - violation in Publish/OnMQTTConnect while publish homie info
-DNO_HOMIE
-DNO_HOMIE

#options to fit firmware to Sonoff-S26 (uncomment it)

##Disabling debug log and move I2C to 1-3 pins
#-DnoSerial
#-D TWI_SCL=1
#-D TWI_SDA=3
##Slimming firmware to fit 50% of 1m flash
-DDMX_DISABLE
-UDARTNET_ENABLE
-DMODBUS_DISABLE
-DMBUS_DISABLE
-DOWIRE_DISABLE
-DCOUNTER_DISABLE
-DAC_DISABLE
-DMOTOR_DISABLE
-DMULTIVENT_DISABLE
-DHSV_DISABLE
-UMCP23017
-D BEARSSL_SSL_BASIC
-D SPILED_DISABLE
-D PWM_DISABLE
Binary file modified compiled/Mega2560-optiboot/firmware.bin
Binary file not shown.

0 comments on commit 7251e22

Please sign in to comment.