mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
Class renaming
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
#include "Class/Button.h"
|
||||
Button* myButton;
|
||||
Button1* myButton;
|
||||
@@ -110,7 +110,7 @@ void cmd_init() {
|
||||
//button-out light toggle Кнопки Свет 1 pin[12] inv[1] st[1]
|
||||
//==========================================================================================================
|
||||
void buttonOut() {
|
||||
myButton = new Button();
|
||||
myButton = new Button1();
|
||||
myButton->update();
|
||||
String key = myButton->gkey();
|
||||
String pin = myButton->gpin();
|
||||
|
||||
Reference in New Issue
Block a user