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