Skip to content
Snippets Groups Projects
Commit 374ecade authored by Bernhard Heinloth's avatar Bernhard Heinloth
Browse files

Fix typo in config.h and rename to example-config.h

parent 004037d4
No related branches found
No related tags found
No related merge requests found
// Verwende serielle Debugausgabe mit gegebener Baudrate
// (falls auskommentiert wird ohne Debugausgabe übersetzt)
#define SERIAL_DEBUG 115200
// Deine WLAN Zugangsdaten
......@@ -16,7 +17,7 @@
#define WLAN_RECONNECT_TRIES 60
// Server fuer Upload
#define SYNC_HTTP_HOST "i4time.cs.fau.de"
#define SYNC_HOST "i4time.cs.fau.de"
// Port fuer die Verbindung
#define SYNC_PORT 443
// Context auf dem Webserver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment