ESP8266 build

This commit is contained in:
2020-07-13 22:32:07 +03:00
parent dffba00f74
commit fb6bb153ba
3 changed files with 7 additions and 3 deletions

View File

@@ -1,6 +1,9 @@
-DWIFI_ENABLE
-DMODBUS_DISABLE
#-DCOUNTER_DISABLE
-DOTA
-std=gnu++11
-DSYSLOG_ENABLE
-DMCP23017
-DARTNET_ENABLE
-DUSE_1W_PIN=2
-DW5500_CS_PIN=53

Binary file not shown.

View File

@@ -34,7 +34,7 @@ default_envs =
; due-5500
; ESP 8266
; esp8266-wifi
esp8266-wifi
; ESP-32
; esp32-wifi
@@ -427,7 +427,8 @@ upload_protocol = esptool
; --port=65280
build_flags = !python get_build_flags.py esp8266-wifi
lib_ignore =
;DS2482_OneWire //UNCOMMENT for software 1-wire driver
;COMMENT/UNCOMMENT next line for software 1-wire driver on/off
DS2482_OneWire
DmxSimple
DMXSerial
DmxDue