rusty.labs

Results 17 comments of rusty.labs

Ok I got your latest changes Your fix doesn't work if I provide incorrect SSID and correct Password first, and then after restart provide correct SSID But for the steps...

_aggresiveReconn is always true and there is no public setter for this, instead you can just `_connectRetries = max(connectRetries, 4);` at least the logic would be explicitly expressed instead of...

Delay yes, but _aggresiveReconn no, if it's always true

Btw delay not needed, you already have _connectTimeout which is not used, set _connectTimeout = 1000 and it will work as a delay

WebFlasher is not working, it's showing some progress and success, but in the end I get unresponsive device with black screen Python flasher is working, but I have the same...

I never tried to run receiver code on attiny13, I presume rc-switch receiver code also needs to be refactored to fit into attiny memory.