clientprogramme in eigenes verzeichnis verschoben
This commit is contained in:
parent
f5f2efccae
commit
af78204005
8 changed files with 0 additions and 0 deletions
18
source/client/nodemcu/statusclient/config.h
Normal file
18
source/client/nodemcu/statusclient/config.h
Normal file
|
@ -0,0 +1,18 @@
|
|||
/*
|
||||
* file: config.h
|
||||
*/
|
||||
|
||||
/* endpoint */
|
||||
#define SERVER_URL "status.kraut.space"
|
||||
#define SERVER_PORT 10001
|
||||
|
||||
/* serial interface settings */
|
||||
#define BAUD_RATE 115200
|
||||
#define DEBUG true
|
||||
|
||||
/* frequence to read the pin */
|
||||
#define FREQUENCY 5000
|
||||
|
||||
/* time server settings */
|
||||
#define NTP_URL "pool.ntp.org"
|
||||
#define TZ_STRING "CET-1CDT,M3.5.0,M10.5.0/3"
|
Loading…
Add table
Add a link
Reference in a new issue