• Johny Mattsson's avatar
    Switch enduser_setup_module to LWIP raw API. · e1fffe6a
    Johny Mattsson authored
    Shutting down an espconn server safely is impossible, and currently would
    include at least one use-after-free. Even with that patched, at best this
    would change things from impossible to "very tricky".
    
    The native LWIP API does not have those issues, and is still quite easy
    to work with.
    e1fffe6a
enduser_setup.c 46.4 KB