Changed the variable length of wifi_psk

WiFi PSK can be 256 bits = 32 Bytes and can be represented by a 64 character long hexadecimal string
The size of the variable must be 65 bytes to hold the string and the trailing \0
This commit is contained in:
tobi-sys 2023-11-10 21:07:57 +01:00 committed by Thomas Göttgens
parent 36bd105cd5
commit c845b7848e

View file

@ -1,5 +1,5 @@
*NetworkConfig.wifi_ssid max_size:33
*NetworkConfig.wifi_psk max_size:64
*NetworkConfig.wifi_psk max_size:65
*NetworkConfig.ntp_server max_size:33
*NetworkConfig.rsyslog_server max_size:33
@ -11,4 +11,4 @@
*LoRaConfig.coding_rate int_size:8
*LoRaConfig.channel_num int_size:16
*PowerConfig.device_battery_ina_address int_size:8
*PowerConfig.device_battery_ina_address int_size:8