Skip to content
Snippets Groups Projects
Commit cc22a1a3 authored by Dennis Eisold's avatar Dennis Eisold
Browse files

Initial commit

parent 5694ea52
No related branches found
No related tags found
No related merge requests found
...@@ -39,8 +39,8 @@ extern "C" { ...@@ -39,8 +39,8 @@ extern "C" {
// //
// settings for WiFi connection // settings for WiFi connection
// //
char * ssid = "Sensors"; // WiFi SSID char * ssid = ""; // WiFi SSID
char * password = "mySensorNetz"; // WiFi password char * password = ""; // WiFi password
unsigned int localPort = 2390; // local port to listen for UDP packets unsigned int localPort = 2390; // local port to listen for UDP packets
IPAddress timeServerIP; // IP address of random server IPAddress timeServerIP; // IP address of random server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment