From e376693028a790aa7197787a44a5411b1ca592ba Mon Sep 17 00:00:00 2001 From: Dmitry Borisenko <67171972+IoTManagerProject@users.noreply.github.com> Date: Wed, 2 Feb 2022 16:13:08 +0100 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=BC=D1=83=D1=81=D0=BE=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ESPConfiguration.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/ESPConfiguration.cpp b/src/ESPConfiguration.cpp index 922621ba..ec3c0e3c 100644 --- a/src/ESPConfiguration.cpp +++ b/src/ESPConfiguration.cpp @@ -3,11 +3,6 @@ std::vector iotSensors; void* getAPI(String subtype, String params); -//============================================================================================ -//здесь скопируйте строку и вставьте ниже, заменив имя AnalogAdc на название вашего сенсора -extern void* getAPI_AnalogAdc(String params); -//============================================================================================ - void configure(String path) { File file = seekFile(path); file.find("[");