mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-15 14:51:14 -08:00
example 'meshtastic': fix ':e' echo message
This commit is contained in:
parent
f58818ba13
commit
da930ef663
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@
|
|||
sending an ':e ...' text message, which will be echoed with info about signal
|
||||
strength, position and distance."
|
||||
(let ((from-pos (loc:position* from))
|
||||
(my-pos #+mobile (loc:last-gps-position)
|
||||
(my-pos #+mobile (nbutlast (loc:last-gps-position) 1)
|
||||
#-mobile nil))
|
||||
(format nil "~A~%~%snr: <b>~F</b> rssi: <b>~D</b>~%lat: ~,5F lon: ~,5F~%distance: <b>~:D m</b>"
|
||||
text snr rssi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue