From d13d741a985f75b953a9b7f8df6c8c61fcc4730d Mon Sep 17 00:00:00 2001 From: geeksville Date: Mon, 30 Mar 2020 19:33:46 -0700 Subject: [PATCH] allow longer hw model strings fix https://github.com/meshtastic/Meshtastic-esp32/issues/73 --- mesh.options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh.options b/mesh.options index 4fb7985..a442463 100644 --- a/mesh.options +++ b/mesh.options @@ -20,7 +20,7 @@ *ChannelSettings.name max_size:12 *MyNodeInfo.firmware_version max_size:12 -*MyNodeInfo.hw_model max_size:12 +*MyNodeInfo.hw_model max_size:16 *MyNodeInfo.region max_size:12 # MyMessage.name max_size:40