example 'meshtastic': fix android version

This commit is contained in:
pls.153 2023-08-04 17:55:19 +02:00
parent 671e7f91c8
commit 2ae8081fd6
6 changed files with 23 additions and 11 deletions

View file

@ -91,7 +91,7 @@
(destructuring-bind (lat lon time)
(last-gps-position)
(unless (zerop lat)
(qjs |setCenter| ui:*map* lat lon)))
(qjs |setCenter| ui:*map* (list lat lon))))
#-mobile
(let ((my-pos (position* (lora:my-num))))
(when my-pos