Dummy comment

This commit is contained in:
Ben Meadors
2025-12-16 07:02:17 -06:00
parent eaede9fb4e
commit a24e9c8547

View File

@@ -225,7 +225,8 @@ void menuHandler::RadioPresetPicker()
using RadioPresetOption = MenuOption<meshtastic_Config_LoRaConfig_ModemPreset>;
static const RadioPresetOption presetOptions[] = {
{"Back", OptionsAction::Back, meshtastic_Config_LoRaConfig_ModemPreset_LONG_FAST},
{"Back", OptionsAction::Back,
meshtastic_Config_LoRaConfig_ModemPreset_LONG_FAST}, // Dummy preset value here to satisfy generics
{"LongTurbo", OptionsAction::Select, meshtastic_Config_LoRaConfig_ModemPreset_LONG_TURBO},
{"LongModerate", OptionsAction::Select, meshtastic_Config_LoRaConfig_ModemPreset_LONG_MODERATE},
{"LongFast", OptionsAction::Select, meshtastic_Config_LoRaConfig_ModemPreset_LONG_FAST},