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:
@@ -821,6 +821,7 @@ build_flags = ${common.build_flags_esp8266}
|
|||||||
[env:esp8266_4MB_max] ;WLEDMM: WIP
|
[env:esp8266_4MB_max] ;WLEDMM: WIP
|
||||||
extends = env:d1_mini
|
extends = env:d1_mini
|
||||||
upload_speed = 460800 ;115200
|
upload_speed = 460800 ;115200
|
||||||
|
board_build.f_cpu = 160000000L ;; we want 160Mhz (default = 80Mhz)
|
||||||
build_flags = ${common.build_flags_esp8266}
|
build_flags = ${common.build_flags_esp8266}
|
||||||
-D WLED_RELEASE_NAME=esp8266_4MB_max
|
-D WLED_RELEASE_NAME=esp8266_4MB_max
|
||||||
-D WLED_MAX_USERMODS=5 ; default only 4-6
|
-D WLED_MAX_USERMODS=5 ; default only 4-6
|
||||||
|
|||||||
Reference in New Issue
Block a user