mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
changge
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
#include "Global.h"
|
||||
|
||||
class Item : public Button {
|
||||
class Item {
|
||||
|
||||
protected:
|
||||
String type;
|
||||
|
||||
@@ -5,8 +5,9 @@
|
||||
#include "Class/Item.h"
|
||||
#include "Global.h"
|
||||
|
||||
class Button {
|
||||
class Button : public Item {
|
||||
public:
|
||||
Button() : Item() {}
|
||||
|
||||
void pinModeSet(int pinf) {
|
||||
if (pin != "") {
|
||||
|
||||
Reference in New Issue
Block a user