insmod wrote:Then i will try to port to rtl8720c
Interesting. I have an RTL8720DN, RTL8710B and RTL8710BX. Would that cover any of those?
Added after 6 [minutes]:
"develop once and apply to all"
https://www.amebaiot.com/en/ameba-sdk-summary/
Czy wolisz polską wersję strony elektroda?
Nie, dziękuję Przekieruj mnie taminsmod wrote:Then i will try to port to rtl8720c
insmod wrote:cfg page is also requesting state, as is any page that is not the web app.
void CleanTimeWaits()
{
while(tcp_tw_pcbs != NULL)
{
tcp_abort(tcp_tw_pcbs);
}
}
p.kaczmarek2 wrote:PS: I've started working on a OTA
max4elektroda wrote:I had the same idea when inspecting the code for the LN882H issues, but no time yet.
divadiow wrote:I have an RTL8720DN
max4elektroda wrote:
You can find the basic idea as a "proof of concept" in PR#1466.
p.kaczmarek2 wrote:wouldn't this OTA now brick BK7231T when fed with BK7231N RBL and vice versa?
httpprintf(request,"if(file.name.startsWith(\"%s\") {", SOME_DEFINE_HERE)
divadiow wrote:
Not sure what the firmware that came with the module is at this point. It doesn't broadcast an AP.