enable 16k extra heap

This commit is contained in:
Jason2866 2021-05-23 14:43:47 +02:00 committed by GitHub
parent 408ae6a4ef
commit 06a424f755
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ build_flags = ${esp82xx_defaults.build_flags}
; *** Use ONE of the two PWM variants. Tasmota default is Locked PWM ; *** Use ONE of the two PWM variants. Tasmota default is Locked PWM
;-DWAVEFORM_LOCKED_PHASE ;-DWAVEFORM_LOCKED_PHASE
-DWAVEFORM_LOCKED_PWM -DWAVEFORM_LOCKED_PWM
; 16k extra heap https://github.com/esp8266/Arduino/pull/7060
-DMMU_IRAM_SIZE=0xC000
-Wno-switch-unreachable -Wno-switch-unreachable