]> git.scottworley.com Git - tattlekey/blob - client/config.h
client: net: Fix port byte order
[tattlekey] / client / config.h
1 #ifndef CONFIG_H
2 #define CONFIG_H
3
4 #include "lwip/arch.h"
5
6 extern char wifi_ssid[];
7 extern char wifi_pass[];
8
9 extern u16_t tattle_port;
10 extern char tattle_server_ip_address[];
11
12 extern u16_t this_tattler_identity;
13
14 #endif