|
@ -4,18 +4,16 @@ src_dir = espurna |
|
|
data_dir = espurna/data |
|
|
data_dir = espurna/data |
|
|
|
|
|
|
|
|
[common] |
|
|
[common] |
|
|
platform = espressif8266 |
|
|
|
|
|
#platform = espressif8266_stage |
|
|
|
|
|
|
|
|
#platform = espressif8266 |
|
|
|
|
|
platform = espressif8266_stage |
|
|
build_flags = -g -DMQTT_MAX_PACKET_SIZE=400 ${env.ESPURNA_FLAGS} |
|
|
build_flags = -g -DMQTT_MAX_PACKET_SIZE=400 ${env.ESPURNA_FLAGS} |
|
|
debug_flags = -DDEBUG_ESP_CORE -DDEBUG_ESP_SSL -DDEBUG_ESP_WIFI -DDEBUG_ESP_HTTP_CLIENT -DDEBUG_ESP_HTTP_UPDATE -DDEBUG_ESP_HTTP_SERVER -DDEBUG_ESP_UPDATER -DDEBUG_ESP_OTA -DDEBUG_TLS_MEM |
|
|
debug_flags = -DDEBUG_ESP_CORE -DDEBUG_ESP_SSL -DDEBUG_ESP_WIFI -DDEBUG_ESP_HTTP_CLIENT -DDEBUG_ESP_HTTP_UPDATE -DDEBUG_ESP_HTTP_SERVER -DDEBUG_ESP_UPDATER -DDEBUG_ESP_OTA -DDEBUG_TLS_MEM |
|
|
build_flags_512k = ${common.build_flags} -Wl,-Tesp8266.flash.512k0.ld |
|
|
build_flags_512k = ${common.build_flags} -Wl,-Tesp8266.flash.512k0.ld |
|
|
build_flags_1m = ${common.build_flags} -Wl,-Tesp8266.flash.1m0.ld |
|
|
build_flags_1m = ${common.build_flags} -Wl,-Tesp8266.flash.1m0.ld |
|
|
#https://github.com/me-no-dev/ESPAsyncTCP#9b0cc37 // 2.3.0 compatible |
|
|
|
|
|
#https://github.com/me-no-dev/ESPAsyncTCP#289a681 // 2.4.0-rc2 compatible |
|
|
|
|
|
lib_deps = |
|
|
lib_deps = |
|
|
https://github.com/xoseperez/Time |
|
|
https://github.com/xoseperez/Time |
|
|
ArduinoJson |
|
|
ArduinoJson |
|
|
https://github.com/me-no-dev/ESPAsyncTCP#9b0cc37 |
|
|
|
|
|
|
|
|
https://github.com/me-no-dev/ESPAsyncTCP#a57560d |
|
|
https://github.com/me-no-dev/ESPAsyncWebServer#313f337 |
|
|
https://github.com/me-no-dev/ESPAsyncWebServer#313f337 |
|
|
https://github.com/marvinroger/async-mqtt-client#v0.8.1 |
|
|
https://github.com/marvinroger/async-mqtt-client#v0.8.1 |
|
|
PubSubClient |
|
|
PubSubClient |
|
@ -36,6 +34,8 @@ lib_deps = |
|
|
https://github.com/FastLED/FastLED#v3.1.6 |
|
|
https://github.com/FastLED/FastLED#v3.1.6 |
|
|
https://github.com/markszabo/IRremoteESP8266#v2.2.0 |
|
|
https://github.com/markszabo/IRremoteESP8266#v2.2.0 |
|
|
lib_ignore = |
|
|
lib_ignore = |
|
|
|
|
|
#extra_scripts = post:core_version.py |
|
|
|
|
|
extra_scripts = |
|
|
|
|
|
|
|
|
# ------------------------------------------------------------------------------ |
|
|
# ------------------------------------------------------------------------------ |
|
|
|
|
|
|
|
@ -48,6 +48,7 @@ lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags} -DWEMOS_D1_MINI_RELAYSHIELD -DDEBUG_FAUXMO=Serial -DNOWSAUTH |
|
|
build_flags = ${common.build_flags} -DWEMOS_D1_MINI_RELAYSHIELD -DDEBUG_FAUXMO=Serial -DNOWSAUTH |
|
|
upload_speed = 460800 |
|
|
upload_speed = 460800 |
|
|
monitor_baud = 115200 |
|
|
monitor_baud = 115200 |
|
|
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
|
[env:wemos-d1mini-relayshield-ssl] |
|
|
[env:wemos-d1mini-relayshield-ssl] |
|
|
platform = espressif8266_stage |
|
|
platform = espressif8266_stage |
|
|