mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-30 20:09:14 +03:00
Change name
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
#include "Global.h"
|
#include "Global.h"
|
||||||
|
|
||||||
class Item {
|
class Item {
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
String type;
|
String type;
|
||||||
String key;
|
String key;
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
class Button : public Item {
|
class Button : public Item {
|
||||||
public:
|
public:
|
||||||
Button() : Item()
|
Button() : Item() {};
|
||||||
|
|
||||||
void pinModeSet(int pinf) {
|
void pinModeSet(int pinf) {
|
||||||
if (pin != "") {
|
if (pin != "") {
|
||||||
|
|||||||
Reference in New Issue
Block a user