]> git.scottworley.com Git - tattlekey/blame - client/config.c
client: net: Fix port byte order
[tattlekey] / client / config.c
CommitLineData
fbc57595
SW
1#include "config.h"
2
3char wifi_ssid[] = "THEWIFISSID";
4char wifi_pass[] = "THEWIFIPASSWORD";
1e0a316e
SW
5
6char tattle_server_ip_address[] = "192.168.10.10";
7u16_t tattle_port = 29803; // 'tk'
8
9u16_t this_tattler_identity = 1;