mirror of https://github.com/arendst/Tasmota.git
Merge pull request #12392 from Jason2866/patch-1
remove non working speed settings
This commit is contained in:
commit
23acf99812
|
@ -62,14 +62,6 @@ build_flags = ${core.build_flags}
|
||||||
; Build variant 4MB = 1MB firmware, 1MB OTA, 2MB filesystem (WEMOS D1 Mini, NodeMCU, Sonoff POW)
|
; Build variant 4MB = 1MB firmware, 1MB OTA, 2MB filesystem (WEMOS D1 Mini, NodeMCU, Sonoff POW)
|
||||||
;board = esp8266_4M2M
|
;board = esp8266_4M2M
|
||||||
|
|
||||||
; set CPU frequency to 80MHz (default) or 160MHz
|
|
||||||
;board_build.f_cpu = 160000000L
|
|
||||||
|
|
||||||
; set Flash chip frequency to 40MHz (default), 20MHz, 26Mhz, 80Mhz
|
|
||||||
;board_build.f_flash = 20000000L
|
|
||||||
;board_build.f_flash = 26000000L
|
|
||||||
;board_build.f_flash = 80000000L
|
|
||||||
|
|
||||||
; *** Upload Serial reset method for Wemos and NodeMCU
|
; *** Upload Serial reset method for Wemos and NodeMCU
|
||||||
upload_port = COM5
|
upload_port = COM5
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue