From 9fe218e0d8e67322c1377b380cfee95fa7ec0a3c Mon Sep 17 00:00:00 2001 From: hank Date: Sun, 1 Jun 2025 20:41:04 -0700 Subject: [PATCH] Reverting format changes to NodePrefs But changing to pragma once. --- examples/companion_radio/NodePrefs.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/companion_radio/NodePrefs.h b/examples/companion_radio/NodePrefs.h index 44d7ecbf..4fd0fd3b 100644 --- a/examples/companion_radio/NodePrefs.h +++ b/examples/companion_radio/NodePrefs.h @@ -1,11 +1,11 @@ #pragma once #include // For uint8_t, uint32_t -#define TELEM_MODE_DENY 0 -#define TELEM_MODE_ALLOW_FLAGS 1 // use contact.flags -#define TELEM_MODE_ALLOW_ALL 2 +#define TELEM_MODE_DENY 0 +#define TELEM_MODE_ALLOW_FLAGS 1 // use contact.flags +#define TELEM_MODE_ALLOW_ALL 2 -struct NodePrefs { // persisted to file +struct NodePrefs { // persisted to file float airtime_factor; char node_name[32]; float freq;