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