diff --git a/examples/meshtastic/lisp/main.lisp b/examples/meshtastic/lisp/main.lisp index 03f0c76..fd0c293 100644 --- a/examples/meshtastic/lisp/main.lisp +++ b/examples/meshtastic/lisp/main.lisp @@ -116,7 +116,7 @@ (defun toast (message &optional (seconds 3)) "Shows a temporary message/notification. If the passed time is 0 seconds, the message will be shown until the user taps on the message." - (qjs |message| ui:*toast* message seconds)) + (qjs |message| ui:*toast* message (float seconds))) ;;; dialogs diff --git a/examples/meshtastic/readme.md b/examples/meshtastic/readme.md index 31e434a..9b08f1d 100644 --- a/examples/meshtastic/readme.md +++ b/examples/meshtastic/readme.md @@ -59,7 +59,7 @@ The macOS version must be compiled first, moved to `/Applications/` and started from Finder (not the console), otherwise BLE permissions will not work (if run from console, the app will show a BLE exception and consume 100% CPU). -The iOS version also runs on older devices, like the iPod Touch, as long as +The iOS version also runs on older devices, like the 'iPod touch', as long as they are 64 bit and run at least iOS 12.