Hello,
I'm fiddling with a script that retrieves data from a web page.
So far I've managed to extract the word "on" and I'd like to search for values assigned to variables - fan, temp, wil.
The result on the serial monitor.
Code
I'm fiddling with a script that retrieves data from a web page.
So far I've managed to extract the word "on" and I'd like to search for values assigned to variables - fan, temp, wil.
The result on the serial monitor.
Quote:..
[HTTP] connection closed or file end.
[HTTP] begin...
[HTTP] GET...
[HTTP] GET... code: 200
16
fan=on&temp=7&wil=9
A=1
0
A=1
enable
[HTTP] connection closed or file end.
Code
Code: C / C++