mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 22:52:19 +03:00
telegram bot added (working version)
This commit is contained in:
@@ -35,19 +35,18 @@ void Device_init() {
|
||||
if (mySensorDallas2 != nullptr) {
|
||||
mySensorDallas2->clear();
|
||||
}
|
||||
|
||||
//======clear logging params======
|
||||
if (myLogging != nullptr) {
|
||||
myLogging->clear();
|
||||
}
|
||||
loggingKeyList = "";
|
||||
|
||||
//======clear impuls params=======
|
||||
if (myImpulsOut != nullptr) {
|
||||
myImpulsOut->clear();
|
||||
}
|
||||
impulsKeyList = "";
|
||||
impulsEnterCounter = -1;
|
||||
//================================
|
||||
|
||||
|
||||
#ifdef LAYOUT_IN_RAM
|
||||
|
||||
Reference in New Issue
Block a user