Add Full GM GasRegenCmd

This commit is contained in:
garrettpall
2024-01-12 22:39:30 -07:00
committed by FrogAi
parent 955950381f
commit beb4faf213
6 changed files with 39 additions and 25 deletions

View File

@@ -3,6 +3,7 @@
FrogPilotVehiclesPanel::FrogPilotVehiclesPanel(SettingsWindow *parent) : FrogPilotListWidget(parent) {
std::vector<std::tuple<QString, QString, QString, QString>> vehicleToggles {
{"GasRegenCmd", "Gas Regen Cmd", "", ""},
};
for (auto &[param, title, desc, icon] : vehicleToggles) {
@@ -17,7 +18,7 @@ FrogPilotVehiclesPanel::FrogPilotVehiclesPanel(SettingsWindow *parent) : FrogPil
});
}
gmKeys = {};
gmKeys = {"GasRegenCmd"};
toyotaKeys = {};
std::set<std::string> rebootKeys = {};