Дописываем onModuleOrder в DwinI

This commit is contained in:
2025-05-15 12:35:32 +03:00
parent b0d1ec9465
commit bdb8c29d8f

View File

@@ -140,6 +140,8 @@ class DwinI : public IoTUart {
void onModuleOrder(String &key, String &value) {
if (key == "uploadUI") {
//SerialPrint("i", F("DwinI"), "Устанавливаем UI: " + value);
if (value != "") uartPrintHex(value.c_str());
}
}