File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -340,6 +340,7 @@ monitor_filters = esp8266_exception_decoder
340
340
[env:nodemcuv2_160]
341
341
extends = env:nodemcuv2
342
342
board_build.f_cpu = 160000000L
343
+ build_flags = ${common.build_flags_esp8266} -D WLED_RELEASE_NAME =ESP8266_160 # -DWLED_DISABLE_2D
343
344
344
345
[env:esp8266_2m]
345
346
board = esp_wroom_02
@@ -353,6 +354,7 @@ lib_deps = ${esp8266.lib_deps}
353
354
[env:esp8266_2m_160]
354
355
extends = env:esp8266_2m
355
356
board_build.f_cpu = 160000000L
357
+ build_flags = ${common.build_flags_esp8266} -D WLED_RELEASE_NAME =ESP02_160
356
358
357
359
[env:esp01_1m_full]
358
360
board = esp01_1m
@@ -367,6 +369,8 @@ lib_deps = ${esp8266.lib_deps}
367
369
[env:esp01_1m_full_160]
368
370
extends = env:esp01_1m_full
369
371
board_build.f_cpu = 160000000L
372
+ build_flags = ${common.build_flags_esp8266} -D WLED_RELEASE_NAME =ESP01_160 -D WLED_DISABLE_OTA
373
+ ; -D WLED_USE_UNREAL_MATH ;; may cause wrong sunset/sunrise times, but saves 7064 bytes FLASH and 975 bytes RAM
370
374
371
375
[env:esp07]
372
376
board = esp07
You can’t perform that action at this time.
0 commit comments