Hi,
I’m having a problem with an ESP32 that whenever I put it into it’s final location (temperature monitor of a greenhouse) it works for a variable number of hours and then stops reporting.
My current theory that it is losing it’s Wi-Fi connection and is unable to reconnect.
Is there any way to get the strength of the Wi-Fi signal using ulisp?
Also, I know wifi-connect says it will reconnect if the signal is lost. How does this work? ie. how often does it try to reconnect, will it try reconnecting indefinitely or is there an eventual timeout etc?
I’m thinking of lighting up the onboard LED to show whether the Wi-Fi is connected or not. Can I get this state using ulisp?
Sorry for a bunch of questions, but I’ve currently only found the wifi-connect
function and I will need some other functions too.
Thank you!