diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-03-31 16:34:59 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-03-31 16:34:59 +0200 |
commit | 41932400f68b7af671ee18df958c078e0c8d06e1 (patch) | |
tree | 1d9089134e0003f35db75b476d17d641128785cf /main/config.def.h | |
parent | 5ebe21c85c7001053c00d20d25195fececbcc7ce (diff) |
wifi hello world working
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" + |