X-Git-Url: http://git.scottworley.com/tattlekey/blobdiff_plain/fbc57595f1dfa046d8a8f8a25c3ea7f810579bb9..1e0a316ef9271ddd7e1422883a0a8db771b77a13:/client/config.h?ds=inline diff --git a/client/config.h b/client/config.h index 5c8af1e..7b89ba2 100644 --- a/client/config.h +++ b/client/config.h @@ -1,7 +1,14 @@ #ifndef CONFIG_H #define CONFIG_H +#include "lwip/arch.h" + extern char wifi_ssid[]; extern char wifi_pass[]; +extern u16_t tattle_port; +extern char tattle_server_ip_address[]; + +extern u16_t this_tattler_identity; + #endif