Skip to content

Commit

Permalink
Move to LWIP v1.4 High
Browse files Browse the repository at this point in the history
  • Loading branch information
lbussy committed Feb 13, 2021
1 parent 48e369f commit e9a9d1f
Showing 1 changed file with 20 additions and 15 deletions.
35 changes: 20 additions & 15 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e9a9d1f

Please sign in to comment.