Change name

This commit is contained in:
Dmitry Borisenko
2020-07-30 21:39:50 +02:00
parent 6831c49a13
commit b0fe94ddd4
2 changed files with 1 additions and 2 deletions

View File

@@ -5,7 +5,6 @@
#include "Global.h"
class Item {
protected:
String type;
String key;

View File

@@ -7,7 +7,7 @@
class Button : public Item {
public:
Button() : Item()
Button() : Item() {};
void pinModeSet(int pinf) {
if (pin != "") {