diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-05-10 13:34:22 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-05-10 13:34:22 +0200 |
commit | 8a53d06efd517908f88f697a250059200e882c06 (patch) | |
tree | 7a259dfa35d77e4b27ee78c0ccd5145e07f05371 /main/config.def.h | |
parent | 9263beca5c84f5f136c913439fe0557f1469e120 (diff) |
fix TCP socket server
Diffstat (limited to 'main/config.def.h')
-rw-r--r-- | main/config.def.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/config.def.h b/main/config.def.h index c6852ef..7fcaed9 100644 --- a/main/config.def.h +++ b/main/config.def.h @@ -4,8 +4,9 @@ // wifi credentials #define CONF_NET_SSID "network name" #define CONF_NET_PASS "network password" +#define CONF_NET_AUTH CYW43_AUTH_WPA2_AES_PSK // max duration (milliseconds) for establishing wifi connection -#define CONF_NET_CONN_TIMEOUT 10000 +#define CONF_NET_CONN_TIMEOUT 10e3 #include <cyw43_country.h> #define CONF_NET_COUNTRY CYW43_COUNTRY_NETHERLANDS |