Files
ProjectIOT/pico_files/config.py
Stef 2af034cc86 Added Pico Files
Added the files used on the raspberry pi pico to send and receive data
2025-04-10 16:34:53 +02:00

6 lines
96 B
Python

port = 2222
server = "192.168.137.1"
data_path = "upload"
ssid = "STEF"
password = "TEST123123"