https://github.com/search?q=repo%3Aopenshwprojects%2FOpenW800%20uart-wifi&type=code
W800 SDK ethernetif (LWIP, to be more precise):
Same for W600:
I think we can easily fix it, we could even allow ourselves to just call obk config API to get device name... full name, that one here:
Just call CFG_GetDeviceName() there, we don't support non-BK APPs anyway, and even if so, we could do a #define check. What do you think, @max4elektroda ?
DHT11 works:
Helpful post? Buy me a coffee.
W800 SDK ethernetif (LWIP, to be more precise):
Code: C / C++
Same for W600:
Code: C / C++
I think we can easily fix it, we could even allow ourselves to just call obk config API to get device name... full name, that one here:

Just call CFG_GetDeviceName() there, we don't support non-BK APPs anyway, and even if so, we could do a #define check. What do you think, @max4elektroda ?
DHT11 works:
