* Companion: telemetry_mode_env added to prefs

This commit is contained in:
Scott Powell
2025-05-22 15:26:30 +10:00
parent 16a283ac5b
commit 02b6f4a285
2 changed files with 11 additions and 3 deletions

View File

@@ -19,6 +19,7 @@ struct NodePrefs { // persisted to file
uint8_t tx_power_dbm;
uint8_t telemetry_mode_base;
uint8_t telemetry_mode_loc;
uint8_t telemetry_mode_env;
float rx_delay_base;
uint32_t ble_pin;
};