transition WhisplayInterface to pure state machine

This commit is contained in:
Gabby Pelton
2026-05-30 17:04:03 -05:00
parent 5d4e7aa313
commit feed1145f8
3 changed files with 144 additions and 207 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import socket
import threading
import time
from whisplay import WhisplayBoard
from runtime.whisplay import WhisplayBoard
DEFAULT_DAEMON_SOCKET_PATH = "/tmp/whisplay-daemon.sock"