aboutsummaryrefslogtreecommitdiff
path: root/main/config.def.h
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-03-31 17:01:58 +0200
committerlonkaars <loek@pipeframe.xyz>2024-03-31 17:01:58 +0200
commit4b405fe0f6dbf6c6e377c1b04f20be27d7b7a761 (patch)
tree01cabcbfc7889aac43f44709771f4b5ff8fbc235 /main/config.def.h
parent41932400f68b7af671ee18df958c078e0c8d06e1 (diff)
add led blink + compile_commands.json for CoC autocomplete
Diffstat (limited to 'main/config.def.h')
-rw-r--r--main/config.def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/config.def.h b/main/config.def.h
index a02915f..48de559 100644
--- a/main/config.def.h
+++ b/main/config.def.h
@@ -3,3 +3,6 @@
#define CONF_NET_SSID "network name"
#define CONF_NET_PASS "network password"
+#include "cyw43_country.h"
+#define CONF_NET_COUNTRY CYW43_COUNTRY_NETHERLANDS
+