mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
удаление мусора
This commit is contained in:
@@ -3,11 +3,6 @@
|
||||
std::vector<IoTSensor*> iotSensors;
|
||||
void* getAPI(String subtype, String params);
|
||||
|
||||
//============================================================================================
|
||||
//здесь скопируйте строку и вставьте ниже, заменив имя AnalogAdc на название вашего сенсора
|
||||
extern void* getAPI_AnalogAdc(String params);
|
||||
//============================================================================================
|
||||
|
||||
void configure(String path) {
|
||||
File file = seekFile(path);
|
||||
file.find("[");
|
||||
|
||||
Reference in New Issue
Block a user