esp8266_4MB_max - 160Mhz (instead of 80)

This should work with any 8266, and lead to strong speedup (and maybe fewer random flashes)
This commit is contained in:
Frank
2023-01-17 17:33:46 +01:00
committed by GitHub
parent 1e423f2a22
commit 8aebb94332

View File

@@ -821,6 +821,7 @@ build_flags = ${common.build_flags_esp8266}
[env:esp8266_4MB_max] ;WLEDMM: WIP
extends = env:d1_mini
upload_speed = 460800 ;115200
board_build.f_cpu = 160000000L ;; we want 160Mhz (default = 80Mhz)
build_flags = ${common.build_flags_esp8266}
-D WLED_RELEASE_NAME=esp8266_4MB_max
-D WLED_MAX_USERMODS=5 ; default only 4-6