mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 14:12:16 +03:00
Возвращаем возможность глобально использовать модуль Uart
This commit is contained in:
@@ -21,6 +21,7 @@ class IoTmUART : public IoTUart {
|
||||
public:
|
||||
IoTmUART(String parameters) : IoTUart(parameters) {
|
||||
jsonRead(parameters, "eventFormat", _eventFormat);
|
||||
myUART = _myUART;
|
||||
}
|
||||
|
||||
// проверяем формат и если событие, то регистрируем его
|
||||
|
||||
Reference in New Issue
Block a user