Leandro Lima
Leandro Lima
I'm not a websocket ace, I'm quite a beginner to tell the truth, I made some changes: - Using WIFIMANAGER, instead of entering wifi setup all the time. - removed...
Thanks for the quick return. The WifiManager lib being used is specific to ESP32. It is only replacing the manual entry of wifi "begin" data. I saw no interference in...
`INSTALL PYTHON` `EDIT PARAMETERS IN MAIN.PY [5]` CMD: `>cd [DIR_BOT]` `>pip install requirements.txt` `>py main.py`
#12
#12
-install python - pip install selenium - cd {dir_bot} - py main.py
I solved the problem this way: > void callback(char *topic, byte *payload, unsigned int length) > { > char buff_p[length]; > for (int i = 0; i < length; i++)...