mirror of
https://gitlab.com/eql/lqml.git
synced 2026-01-03 15:53:01 -08:00
example 'meshtastic': fix android version
This commit is contained in:
parent
671e7f91c8
commit
2ae8081fd6
6 changed files with 23 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue