Consolidating gains. ssid and sending text file and extending path with /x
Consolidating gains. ssid and sending text file and extending path with /x. Pi Pico network.
It seems I can get the 'NAME' = ssid to work now. Also can send a path in the request from the PC's python client eg requests.get('http://192.168.4.1/leds'
This means the pi pico server can sort requests into groups eg /leds , /text etc. Just as suggested by Perplexity. Here's the pic of python request from PC client getting text file back from server, even tho I put /leds in the path. (Should be text or something like that. Doesn't seem to be a real path, just like a parameter.)

Comments
Post a Comment