mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-27 19:57:38 +00:00
[ESP8266] Optimize memory allocations + 2nd heap
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
|
||||
|
||||
[regular_platform]
|
||||
build_flags = ${core_stage.build_flags}
|
||||
platform = ${core_stage.platform}
|
||||
platform_packages = ${core_stage.platform_packages}
|
||||
lib_ignore = ${core_stage.lib_ignore}
|
||||
build_flags = ${core_2_7_4.build_flags}
|
||||
platform = ${core_2_7_4.platform}
|
||||
platform_packages = ${core_2_7_4.platform_packages}
|
||||
lib_ignore = ${core_2_7_4.lib_ignore}
|
||||
|
||||
[regular_platform_alt_wifi]
|
||||
build_flags = ${core_2_7_4_alt_wifi.build_flags}
|
||||
|
||||
Reference in New Issue
Block a user