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("[");