fix: sd card shares the radio SPI object

This commit is contained in:
Jared Dohrman
2026-04-21 16:01:19 +10:00
parent eb1a934849
commit 746396aee9
13 changed files with 273 additions and 13 deletions
+2
View File
@@ -62,6 +62,8 @@ struct NodePrefs { // persisted to file
uint8_t rx_boosted_gain; // power settings
uint8_t path_hash_mode; // which path mode to use when sending
uint8_t loop_detect;
uint8_t fan_mode;
uint16_t fan_timeout_secs;
};
class CommonCLICallbacks {