diff options
Diffstat (limited to 'main/config.def.h')
-rw-r--r-- | main/config.def.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/config.def.h b/main/config.def.h new file mode 100644 index 0000000..a02915f --- /dev/null +++ b/main/config.def.h @@ -0,0 +1,5 @@ +#pragma once + +#define CONF_NET_SSID "network name" +#define CONF_NET_PASS "network password" + |