Files

10 lines
331 B
Python
Raw Permalink Normal View History

2025-11-13 21:48:14 +00:00
# --- Wi-Fi Hotspot (AP) Configuration ---
WIFI_SSID = "keyboard-controller"
WIFI_PASSWORD = "lWz4Bho2vb2JaIK9jXt0ctrSPglqjJe9YWlHlls0ifCQsL7tEXpFCRpAyIAf"
WIFI_CHANNEL = 6
LISTEN_PORT = 5000 # The port the server will listen on
# --- Scripting & Network ---
CHUNK_SIZE = 64
HEARTBEAT_INTERVAL = 10
HELP_FILE = "help.txt"