gnss-config: fixed typo in /run/gnss/gnss0.config
corrected Satelite to Satellite BugzID: 62086 Signed-off-by: Tobias Jäggi <tobias.jaeggi@netmodule.com>
This commit is contained in:
parent
3addd366af
commit
ca0c6bd6df
|
|
@ -160,7 +160,7 @@ write_config_out(){
|
||||||
echo "Model: $mod" >> $CONFIG_OUT_FILE
|
echo "Model: $mod" >> $CONFIG_OUT_FILE
|
||||||
echo "Firmware: $fwVer" >> $CONFIG_OUT_FILE
|
echo "Firmware: $fwVer" >> $CONFIG_OUT_FILE
|
||||||
echo "ubx-Protocol: $protVer" >> $CONFIG_OUT_FILE
|
echo "ubx-Protocol: $protVer" >> $CONFIG_OUT_FILE
|
||||||
echo "Supported Satelite Systems: $gnss_tech" >> $CONFIG_OUT_FILE
|
echo "Supported Satellite Systems: $gnss_tech" >> $CONFIG_OUT_FILE
|
||||||
echo "Supported Augmentation Services: $augment_service" >> $CONFIG_OUT_FILE
|
echo "Supported Augmentation Services: $augment_service" >> $CONFIG_OUT_FILE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue