mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
наследование
This commit is contained in:
@@ -118,7 +118,7 @@ void button() {
|
||||
sCmd.addCommand(key.c_str(), buttonSet);
|
||||
|
||||
|
||||
myItem->pinModeSet(pin.toInt);
|
||||
myItem->pinModeSet(pin.toInt());
|
||||
|
||||
if (pin != "") {
|
||||
pinMode(pin.toInt(), OUTPUT);
|
||||
|
||||
Reference in New Issue
Block a user