Включаем в Oled модуле возможность сканировать шину

This commit is contained in:
2023-10-07 22:23:22 +03:00
parent 888803b7bd
commit 9b1fed1b22

View File

@@ -35,7 +35,7 @@ class Oled128 : public IoTItem {
jsonRead(parameters, "addr", addr); jsonRead(parameters, "addr", addr);
if (addr == "") { if (addr == "") {
// scanI2C(); scanI2C();
return; return;
} }