mirror of
https://gitlab.com/eql/lqml.git
synced 2026-04-27 15:21:26 -07:00
revision
This commit is contained in:
parent
0656aa94e7
commit
5336aab09a
1 changed files with 4 additions and 4 deletions
|
|
@ -3,12 +3,12 @@
|
|||
(in-package :qml)
|
||||
|
||||
#+(or android ios)
|
||||
(defvar *remote-ip* #+(and (not interpreter (or ios android)))
|
||||
(defvar *remote-ip* #-interpreter
|
||||
(format nil "http://~A:8080/"
|
||||
#.(progn
|
||||
(format *query-io* "~%Please enter WiFi IP of desktop computer: " *query-io*)
|
||||
(read-line *query-io*)))
|
||||
#-(or ios android) "http://localhost:8080/")
|
||||
(terpri *query-io*)
|
||||
(princ "Please enter WiFi IP of desktop computer: " *query-io*)
|
||||
(read-line *query-io*))))
|
||||
|
||||
#+(or android ios)
|
||||
(defun qml:view-status-changed (status)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue