MaxineMuster

Results 87 comments of MaxineMuster

Thanks for your code! My personal approach would be a bit different, I would make the first SSID "preferred" so in pseudo code (I will "rename" SSID to SSID1 to...

... but even with more SSIDs I don't see why we can't simply set the SSID to the (wished) preferred SSID and then start the process. In "my" proposal: If...

BTW: Even if you want to go for more than 2 SSIDs in the future, I would propose to "start" with 0 for SSID1. Then "next SSID" would be "(g_SSIDactual+1)%numberOfSSIDs"

Just as a quick feedback: It's not working on LN882H :-( but probably thats not related to your code but something more general - WiFi is done by libs which...

o.k., it took some time, but I figured out some issues with the actual code (at least on LN882H): The "culprit" is the function `void Main_ConnectToWiFiNow()` in user_main.c. This is...

@g6094199 I also think this would be a good feature, but at the moment I can't think about a working solution for this: Since OBK supports quite a range of...

> but to tell a userstory: you have a 3 phase powermeter with openbeken corrected to mains. in case there is something wrong with the wifi pw or config you...

sure, here is a screenshot: ![Bildschirmfoto vom 2024-05-22 19-08-21](https://github.com/openshwprojects/OpenBK7231T_App/assets/146550015/dae25937-e2c0-47f8-a058-38183cfc0578) This was just a quick proof of concept - sorry, I just now entered the link to the forum request for...

Is the part with the button pressed present in every (re-)start? ``` Info:GEN:24 Button_OnInitialPressDown Info:GEN:24 key_short_press ``` Is the behavior correct, if you temporarily assign the button to another channel?...

That's another possibility, but I would also try to move button to another channel then the relay. It could also be that button is just configured to the wrong pin,...