fix(gps): ensure I2C GPS subproperties are output
This commit is contained in:
parent
ff9790297e
commit
053e675503
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue