mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-16 07:23:07 +01:00
intermediate: handle sat status
This commit is contained in:
@@ -61,3 +61,6 @@ double mtr2nm(double m)
|
||||
return m / 1852;
|
||||
}
|
||||
|
||||
bool convertToJson(const GwSatInfoList &si,JsonVariant &variant){
|
||||
return variant.set(si.getNumSats());
|
||||
}
|
||||
Reference in New Issue
Block a user