mirror of https://github.com/arendst/Tasmota.git
enable 16k extra heap
This commit is contained in:
parent
408ae6a4ef
commit
06a424f755
|
@ -21,6 +21,8 @@ build_flags = ${esp82xx_defaults.build_flags}
|
|||
; *** Use ONE of the two PWM variants. Tasmota default is Locked PWM
|
||||
;-DWAVEFORM_LOCKED_PHASE
|
||||
-DWAVEFORM_LOCKED_PWM
|
||||
; 16k extra heap https://github.com/esp8266/Arduino/pull/7060
|
||||
-DMMU_IRAM_SIZE=0xC000
|
||||
-Wno-switch-unreachable
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue