fix: add battery reporting toggle for Heltec V3 and clean up VS Code metadata

This commit is contained in:
Jared Dohrman
2026-04-11 18:14:30 +10:00
parent 6680e53ef5
commit 4f4964e454
11 changed files with 160 additions and 7 deletions
+1
View File
@@ -57,6 +57,7 @@ struct NodePrefs { // persisted to file
uint32_t discovery_mod_timestamp;
float adc_multiplier;
char owner_info[120];
uint8_t battery_reporting_enabled; // boolean
uint8_t rx_boosted_gain; // power settings
uint8_t path_hash_mode; // which path mode to use when sending
uint8_t loop_detect;