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