sindar225

Results 2 comments of sindar225

From what I could get there are a few problems: 1. Fatal exception 28(LoadProhibitedCause) goes away when following code is added to ThingerSmartHome.h: ``` WiFi.persistent(false); WiFi.mode(WIFI_OFF); WiFi.mode(WIFI_STA); ``` But then...

I'm using platformio IDE and trying to make it working on Wemos D1 mini and none of the proposed solutions did work for me. I tried to set client.setInsecure(), use...