mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 14:12:16 +03:00
Дописываем onModuleOrder в DwinI
This commit is contained in:
@@ -140,6 +140,8 @@ class DwinI : public IoTUart {
|
|||||||
void onModuleOrder(String &key, String &value) {
|
void onModuleOrder(String &key, String &value) {
|
||||||
if (key == "uploadUI") {
|
if (key == "uploadUI") {
|
||||||
//SerialPrint("i", F("DwinI"), "Устанавливаем UI: " + value);
|
//SerialPrint("i", F("DwinI"), "Устанавливаем UI: " + value);
|
||||||
|
if (value != "") uartPrintHex(value.c_str());
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user