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