clientprogramme in eigenes verzeichnis verschoben

This commit is contained in:
+++ 2023-10-21 20:42:26 +02:00
parent f5f2efccae
commit af78204005
8 changed files with 0 additions and 0 deletions

View 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"