Added Pico Files

Added the files used on the raspberry pi pico to send and receive data
This commit is contained in:
2025-04-10 16:34:53 +02:00
parent 1b3efa5fa4
commit 2af034cc86
3 changed files with 85 additions and 0 deletions

5
pico_files/config.py Normal file
View File

@@ -0,0 +1,5 @@
port = 2222
server = "192.168.137.1"
data_path = "upload"
ssid = "STEF"
password = "TEST123123"