mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-11 02:34:29 +05:00
refactor: network management code moved to MainTask (memory optimization); removed stopping DHCP server and client on reset wifi
This commit is contained in:
@@ -68,7 +68,7 @@ build_flags = ${env.build_flags}
|
||||
board_build.ldscript = eagle.flash.1m256.ld
|
||||
;board_build.ldscript = eagle.flash.4m1m.ld
|
||||
platform_packages =
|
||||
platformio/framework-espressif8266 @ https://github.com/platformio/platform-espressif8266.git
|
||||
framework-arduinoespressif8266 @ https://github.com/esp8266/Arduino.git
|
||||
|
||||
[esp32_defaults]
|
||||
platform = espressif32
|
||||
@@ -82,8 +82,6 @@ extra_scripts =
|
||||
build_flags =
|
||||
${env.build_flags}
|
||||
-D CORE_DEBUG_LEVEL=0
|
||||
platform_packages =
|
||||
platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git
|
||||
|
||||
|
||||
; Boards
|
||||
|
||||
Reference in New Issue
Block a user