first commit
This commit is contained in:
16
ESP32_DOMOTICZ_ECRAN/Params.h
Normal file
16
ESP32_DOMOTICZ_ECRAN/Params.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef Params_h
|
||||
#define Params_h
|
||||
//#include <Arduino.h>
|
||||
#include <WString.h>
|
||||
|
||||
|
||||
class Params {
|
||||
public :
|
||||
Params();
|
||||
public :
|
||||
String esp8266_id;
|
||||
String esp8266_id_Vcc;
|
||||
int sleepTime;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user