]>
Commit | Line | Data |
---|---|---|
fbc57595 SW |
1 | #include "config.h" |
2 | ||
1d699cc3 | 3 | /* Wi-Fi credentials */ |
fbc57595 SW |
4 | char wifi_ssid[] = "THEWIFISSID"; |
5 | char wifi_pass[] = "THEWIFIPASSWORD"; | |
1e0a316e | 6 | |
1d699cc3 | 7 | /* Network address of the server to contact */ |
1e0a316e SW |
8 | char tattle_server_ip_address[] = "192.168.10.10"; |
9 | u16_t tattle_port = 29803; // 'tk' | |
10 | ||
1d699cc3 | 11 | /* For distinguishing reports from multiple tattlekey devices. */ |
1e0a316e | 12 | u16_t this_tattler_identity = 1; |