Upload files to "Shell_Transmitter"
This commit is contained in:
10
Shell_Transmitter/controller_config.py
Normal file
10
Shell_Transmitter/controller_config.py
Normal 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"
|
||||
Reference in New Issue
Block a user