]> git.scottworley.com Git - tattlekey/blame - client/config.h
client: Send UDP packets
[tattlekey] / client / config.h
CommitLineData
fbc57595
SW
1#ifndef CONFIG_H
2#define CONFIG_H
3
1e0a316e
SW
4#include "lwip/arch.h"
5
fbc57595
SW
6extern char wifi_ssid[];
7extern char wifi_pass[];
8
1e0a316e
SW
9extern u16_t tattle_port;
10extern char tattle_server_ip_address[];
11
12extern u16_t this_tattler_identity;
13
fbc57595 14#endif