mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-11 21:00:55 -08:00
example 'meshtastic': fix node map
This commit is contained in:
parent
e6eb418cab
commit
8a9fb55850
9 changed files with 53 additions and 29 deletions
|
|
@ -101,6 +101,7 @@ QVariant QT::lastPosition() {
|
|||
QVariantList pos;
|
||||
pos << getDoubleField("position_lat")
|
||||
<< getDoubleField("position_lon")
|
||||
<< getDoubleField("position_alt")
|
||||
<< getLongField("position_time");
|
||||
return pos;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue