example 'meshtastic': fix node map

This commit is contained in:
pls.153 2024-06-08 18:26:08 +02:00
parent e6eb418cab
commit 8a9fb55850
9 changed files with 53 additions and 29 deletions

View file

@ -101,6 +101,7 @@ QVariant QT::lastPosition() {
QVariantList pos;
pos << getDoubleField("position_lat")
<< getDoubleField("position_lon")
<< getDoubleField("position_alt")
<< getLongField("position_time");
return pos;
}