]> git.scottworley.com Git - tattlekey/blobdiff - client/config.c
client: Send UDP packets
[tattlekey] / client / config.c
index 538f432648adfe06065a8bb1e74b17ee6dbfafd6..e3f444b7fe519371de45019f1e0be804d8bfa981 100644 (file)
@@ -2,3 +2,8 @@
 
 char wifi_ssid[] = "THEWIFISSID";
 char wifi_pass[] = "THEWIFIPASSWORD";
+
+char tattle_server_ip_address[] = "192.168.10.10";
+u16_t tattle_port = 29803; // 'tk'
+
+u16_t this_tattler_identity = 1;