mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Включаем в Oled модуле возможность сканировать шину
This commit is contained in:
@@ -35,7 +35,7 @@ class Oled128 : public IoTItem {
|
|||||||
|
|
||||||
jsonRead(parameters, "addr", addr);
|
jsonRead(parameters, "addr", addr);
|
||||||
if (addr == "") {
|
if (addr == "") {
|
||||||
// scanI2C();
|
scanI2C();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user