From 6f5caec5406fb71fc7228f4ed619ad188b88ce34 Mon Sep 17 00:00:00 2001 From: biver Date: Thu, 20 Oct 2022 11:47:29 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=87=D0=B8=D1=89=D0=B0=D0=B5=D0=BC=20?= =?UTF-8?q?=D1=85=D1=80=D0=B0=D0=BD=D0=B8=D0=BB=D0=B8=D1=89=D0=B5=20=D1=81?= =?UTF-8?q?=D0=BE=D1=81=D1=82=D0=BE=D1=8F=D0=BD=D0=B8=D0=B9=20=D0=BF=D1=80?= =?UTF-8?q?=D0=B8=20=D1=80=D0=B5=D0=BA=D0=BE=D0=BD=D1=84=D0=B8=D0=B3=D1=83?= =?UTF-8?q?=D1=80=D0=B0=D1=86=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ESPConfiguration.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ESPConfiguration.cpp b/src/ESPConfiguration.cpp index 0a70e979..1ab3a874 100644 --- a/src/ESPConfiguration.cpp +++ b/src/ESPConfiguration.cpp @@ -46,4 +46,6 @@ void clearConfigure() { if (*it) delete *it; } IoTItems.clear(); + + valuesFlashJson.clear(); } \ No newline at end of file