Upload files to "Reciver"

This commit is contained in:
2025-11-13 21:50:25 +00:00
parent ded5b958fc
commit 47cf864860
3 changed files with 604 additions and 0 deletions

7
Reciver/settings.toml Normal file
View File

@@ -0,0 +1,7 @@
# This tells CircuitPython to connect to your controller's hotspot
CIRCUITPY_WIFI_SSID = "keyboard-controller"
CIRCUITPY_WIFI_PASSWORD = "lWz4Bho2vb2JaIK9jXt0ctrSPglqjJe9YWlHlls0ifCQsL7tEXpFCRpAyIAf"
# These are not used for this project, but can be left in
CIRCUITPY_WEB_API_PASSWORD = "passw0rd"
CIRCUITPY_WEB_API_PORT = 80