* Companion: telemetry_mode_env added to prefs

Этот коммит содержится в:
Scott Powell
2025-05-22 15:26:30 +10:00
родитель 16a283ac5b
Коммит 02b6f4a285
2 изменённых файлов: 11 добавлений и 3 удалений
+1
Просмотреть файл
@@ -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;
};