]> git.scottworley.com Git - tattlekey/blob - client/config.c
client: Send UDP packets
[tattlekey] / client / config.c
1 #include "config.h"
2
3 char wifi_ssid[] = "THEWIFISSID";
4 char wifi_pass[] = "THEWIFIPASSWORD";
5
6 char tattle_server_ip_address[] = "192.168.10.10";
7 u16_t tattle_port = 29803; // 'tk'
8
9 u16_t this_tattler_identity = 1;