fix(gps): ensure I2C GPS subproperties are output

This commit is contained in:
Tyeth Gundry 2025-08-18 16:27:26 +01:00
parent ff9790297e
commit 053e675503

View file

@ -1570,6 +1570,14 @@ function saveModalData() {
componentConfig.gps = {};
}
componentConfig.gps.period = period;
if (componentTemplate.gps.commands_ubxes) {
componentConfig.gps.commands_ubxes = componentTemplate.gps.commands_ubxes;
}
if (componentTemplate.gps.commands_pmtks) {
componentConfig.gps.commands_pmtks = componentTemplate.gps.commands_pmtks;
}
}
// Handle multiplexer channel if selected