]> git.scottworley.com Git - tattlekey/blob - client/config.h
client: Move config to config.c
[tattlekey] / client / config.h
1 #ifndef CONFIG_H
2 #define CONFIG_H
3
4 extern char wifi_ssid[];
5 extern char wifi_pass[];
6
7 #endif