Upload files to "Shell_Transmitter"

This commit is contained in:
2025-11-13 21:48:14 +00:00
parent 6b53d39fff
commit ded5b958fc
4 changed files with 719 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# --- 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"