diff --git a/platformio.ini b/platformio.ini index 9d5b07c..db85c6d 100644 --- a/platformio.ini +++ b/platformio.ini @@ -16,34 +16,39 @@ platform = espressif8266 build_unflags = build_flags = !python tools\git_rev.py - -D PIO_SRC_TAG=2.2.1 + -D PIO_SRC_TAG=2.2.2 -D BAUD=${common_env_data.monitor_speed} - ; -DDEBUG_ESP_PORT=Serial - ; -DDEBUG_ESP_WIFI - ; -DDEBUG_ESP_HTTP_UPDATE - ; -DDEBUG_ESP_CORE - ; -DPIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY ; v2 Lower Memory (default) - ; -DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH ; v2 Higher Bandwidth - ; -DPIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY_LOW_FLASH ; v2 Lower Memory (no features) - ; -DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH_LOW_FLASH ; v2 Higher Bandwidth (no features) - ; -DPIO_FRAMEWORK_ARDUINO_LWIP2_IPV6_LOW_MEMORY ; v2 IPv6 Lower Memory - ; -DPIO_FRAMEWORK_ARDUINO_LWIP2_IPV6_HIGHER_BANDWIDTH ; v2 IPv6 Higher Bandwidth - ; -DPIO_FRAMEWORK_ARDUINO_LWIP_HIGHER_BANDWIDTH ; v1.4 Higher Bandwidth + -DDEBUG_ESP_PORT=Serial + ; -D DEBUG_ESP_WIFI + ; -D DEBUG_ESP_HTTP_UPDATE + ; -D DEBUG_ESP_HTTP_CLIENT + ; -D DEBUG_ESP_UPDATE + ; -D DEBUG_ESP_OTA + ; -D DEBUG_ESP_OOM + ; -include "umm_malloc/umm_malloc_cfg.h" + ; -D DEBUG_ESP_CORE + ; -D PIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY ; v2 Lower Memory (default) + ; -D PIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH ; v2 Higher Bandwidth + ; -D PIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY_LOW_FLASH ; v2 Lower Memory (no features) + ; -D PIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH_LOW_FLASH ; v2 Higher Bandwidth (no features) + ; -D PIO_FRAMEWORK_ARDUINO_LWIP2_IPV6_LOW_MEMORY ; v2 IPv6 Lower Memory + ; -D PIO_FRAMEWORK_ARDUINO_LWIP2_IPV6_HIGHER_BANDWIDTH ; v2 IPv6 Higher Bandwidth + -D PIO_FRAMEWORK_ARDUINO_LWIP_HIGHER_BANDWIDTH ; v1.4 Higher Bandwidth extra_scripts = ; pre:python tools\name_firmware.py lib_deps = ArduinoJson https://github.com/lbussy/OneWire.git https://github.com/lbussy/DS18B20.git https://github.com/lbussy/Arduino-Log.git - https://github.com/lbussy/ESPAsyncWebServer.git#littlefs + https://github.com/lbussy/ESPAsyncWebServer.git https://github.com/lbussy/AsyncWiFiManager.git https://github.com/lbussy/ESPAsyncTCP https://github.com/lbussy/asyncHTTPrequest.git https://github.com/lbussy/CircularBuffer.git https://github.com/lbussy/LCBUrl.git https://github.com/lbussy/esptelnet.git - ESP_DoubleResetDetector - ThingSpeak + https://github.com/lbussy/ESP_DoubleResetDetector + https://github.com/lbussy/ThingSpeak monitor_filters = esp8266_exception_decoder ; log2file