From 7cb0412c750efd67a7b812c3ff3878782f5b0854 Mon Sep 17 00:00:00 2001 From: Scott Powell Date: Fri, 28 Feb 2025 13:06:26 +1100 Subject: [PATCH] * prefs guard word added --- src/helpers/CommonCLI.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/helpers/CommonCLI.h b/src/helpers/CommonCLI.h index 33503755..63f305e3 100644 --- a/src/helpers/CommonCLI.h +++ b/src/helpers/CommonCLI.h @@ -16,6 +16,7 @@ struct NodePrefs { // persisted to file float tx_delay_factor; char guest_password[16]; float direct_tx_delay_factor; + uint32_t guard; uint8_t sf; uint8_t cr; uint8_t reserved1;