Reverting format changes to NodePrefs

But changing to pragma once.
이 커밋은 다음에 포함됨:
hank
2025-06-01 20:41:04 -07:00
부모 335df61c1c
커밋 9fe218e0d8
+4 -4
파일 보기
@@ -1,11 +1,11 @@
#pragma once
#include <cstdint> // 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;