X-Git-Url: http://git.scottworley.com/tattlekey/blobdiff_plain/1e0a316ef9271ddd7e1422883a0a8db771b77a13..1d699cc3048d7e1dfed4f13e455cd2ede3d52101:/client/config.h diff --git a/client/config.h b/client/config.h index 7b89ba2..97e2f8c 100644 --- a/client/config.h +++ b/client/config.h @@ -3,12 +3,15 @@ #include "lwip/arch.h" +/* Wi-Fi credentials */ extern char wifi_ssid[]; extern char wifi_pass[]; -extern u16_t tattle_port; +/* Network address of the server to contact */ extern char tattle_server_ip_address[]; +extern u16_t tattle_port; +/* For distinguishing reports from multiple tattlekey devices. */ extern u16_t this_tattler_identity; #endif