lqml/examples/meshtastic/lisp/main.lisp

9 lines
208 B
Common Lisp

(in-package :app)
(defun ini ()
(qt:ini)
(msg:load-messages)
(q> |visible| ui:*hour-glass* nil) ; shown during Lisp startup
(q> |playing| ui:*busy* t)) ; shown during BLE setup
(qlater 'ini)