6 /* Wi-Fi credentials */
7 extern char wifi_ssid
[];
8 extern char wifi_pass
[];
10 /* Network address of the server to contact */
11 extern char tattle_server_ip_address
[];
12 extern u16_t tattle_port
;
14 /* For distinguishing reports from multiple tattlekey devices. */
15 extern u16_t this_tattler_identity
;