From b93c573951139fa6539394195842076d30edaaa7 Mon Sep 17 00:00:00 2001 From: Jeremy Poulter Date: Sun, 18 Jul 2021 16:45:05 +0100 Subject: [PATCH] Fix for not clearing timers on startup Fixes V4.0 Check for an remove existing RAPI timers & disable RAPI timer set via MQTT/HTTP #170 --- platformio.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/platformio.ini b/platformio.ini index e3685501..0300115e 100644 --- a/platformio.ini +++ b/platformio.ini @@ -75,6 +75,7 @@ build_flags = -DMG_ENABLE_SNTP=1 -DCS_PLATFORM=CS_P_ESP32 -DAO_CUSTOM_WS ; ArduinoOcpp: don't use built-in WS library + -DRAPI_MAX_COMMANDS=20 build_partitions = min_spiffs.csv monitor_flags = --filter=esp32_exception_decoder