OpenBK7231T_App
OpenBK7231T_App copied to clipboard
Module Pin Configuration is sometimes messed up
I ran into this on a new BK7231N device while using Chrome

DOM content inspection confirmed that some options were not inside the select tag. Also note that option 8 is missing.

Yeah,i noticed that a few times while setting up the Aubess switch.
Which version? It was reported to me on Elektroda some time ago and I tought I have fixed it by reenabling multithreading in HTTP server (instead of handling one client at time in a blocking manner)
This was in 1.12.33 .. the funny thing is that it auto corrected itself. I reviewed the code and did not see see a problem with the content generation.
I was trying to optimize memory usage for HTTP server, because the old version (and the restored version as well) does malloc and free for each request. I tried to process packets in queue, in a blocking manner and it turned out that it somehow caused this issue. This might be related to threading and/or LWIP. I have certain hunch about it.
Still, it should not happen in the current version. Does it happen in the today/yesterdays build?