mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-15 14:51:14 -08:00
small revisions
This commit is contained in:
parent
b45af08c87
commit
eb9612b17f
2 changed files with 1 additions and 2 deletions
|
|
@ -34,7 +34,6 @@
|
|||
#+(or android ios sfos)
|
||||
(defun update-my-position (&optional (sec 60)) ; try for 1 min
|
||||
"If no manual position is set, update position from GPS of mobile device."
|
||||
;; see also Timer in 'qml/ext/Radios.qml'
|
||||
(when (and (app:setting :share-location)
|
||||
(not (app:setting :selected-position)))
|
||||
(destructuring-bind (lat lon time)
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@
|
|||
(q> |playing| ui:*busy* t))
|
||||
|
||||
(defun get-node-config ()
|
||||
;; see also Timer in 'qml/ext/Group.qml'
|
||||
;; see also Timer in 'qml/ext/group/Group.qml'
|
||||
(when *ready*
|
||||
(setf *schedule-clear* t)
|
||||
(setf *config-complete* nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue