optimization for esp8266

This commit is contained in:
Yurii
2023-12-17 13:21:25 +03:00
parent 8875fd019a
commit 0236a0dd8a
4 changed files with 40 additions and 15 deletions

View File

@@ -26,20 +26,22 @@ lib_deps =
https://github.com/Laxilef/WiFiManager/archive/refs/heads/patch-1.zip
;https://github.com/tzapu/WiFiManager.git#v2.0.16-rc.2
build_flags =
-D PIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH
-D PIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
-D PIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK305
-mtext-section-literals
-D USE_SERIAL=0
-D USE_TELNET=1
upload_speed = 921600
monitor_speed = 115200
version = 1.4.0-rc.2
version = 1.4.0-rc.3
; Defaults
[esp8266_defaults]
platform = espressif8266
lib_deps =
${env.lib_deps}
nrwiersma/ESP8266Scheduler@^1.0
;nrwiersma/ESP8266Scheduler@^1.0
https://github.com/Laxilef/ESP8266Scheduler/archive/refs/heads/network_fix.zip
lib_ignore =
extra_scripts =
post:tools/build.py