mirror of
https://github.com/anklimov/lighthub
synced 2025-12-06 11:49:51 +03:00
config reload issues fixed
This commit is contained in:
@@ -193,9 +193,10 @@ else
|
||||
|
||||
int out_Modbus::Stop()
|
||||
{
|
||||
debugSerial.println("MBUS: De-Init");
|
||||
debugSerial.print("MBUS: De-Init ");
|
||||
debugSerial.println(item->itemArr->name);
|
||||
|
||||
delete store;
|
||||
if (store) delete store;
|
||||
item->setPersistent(NULL);
|
||||
store = NULL;
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user