From 06a424f755085319626dbf65af610ca4ece20c95 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sun, 23 May 2021 14:43:47 +0200 Subject: [PATCH] enable 16k extra heap --- platformio_tasmota_cenv_sample.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platformio_tasmota_cenv_sample.ini b/platformio_tasmota_cenv_sample.ini index b3344dedb..e8627645d 100644 --- a/platformio_tasmota_cenv_sample.ini +++ b/platformio_tasmota_cenv_sample.ini @@ -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