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