From 4a77f8bc0842fd482f4b9ffb0c195fd767206a34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Sun, 7 Apr 2024 14:50:39 +0200 Subject: [PATCH] Update config.options limit to 64 chars plus zero terminator --- meshtastic/config.options | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meshtastic/config.options b/meshtastic/config.options index 4490f08..22dcc88 100644 --- a/meshtastic/config.options +++ b/meshtastic/config.options @@ -1,3 +1,6 @@ +# longest current is 45 chars, plan with a bit of buffer +*DeviceConfig.tzdef max_size:65 + *NetworkConfig.wifi_ssid max_size:33 *NetworkConfig.wifi_psk max_size:65 *NetworkConfig.ntp_server max_size:33