Search found 4 matches

by BlackEdder
Mon Nov 13, 2017 10:44 am
Forum: Showcase
Topic: painlessMesh (the painless way to build a mesh) now also supports ESP32
Replies: 3
Views: 12411

painlessMesh (the painless way to build a mesh) now also supports ESP32

painlessMesh has been ported to support ESP32 hardware. This project provides a painless way to setup a JSON based mesh and used to only work on ESP8266 hardware, but we now also officially support the ESP32. We decided to move to the improved ESP32 api by writing thin wrappers for the ESP8266 hard...
by BlackEdder
Wed Nov 01, 2017 10:59 am
Forum: Report Bugs
Topic: assertion "unsent_oversize mismatch (pcb->unsent is NULL)" failed:
Replies: 2
Views: 4573

Re: assertion "unsent_oversize mismatch (pcb->unsent is NULL)" failed:

Thank you, I have now been able to solve the issue!
by BlackEdder
Sun Oct 29, 2017 6:57 pm
Forum: Report Bugs
Topic: assertion "unsent_oversize mismatch (pcb->unsent is NULL)" failed:
Replies: 2
Views: 4573

assertion "unsent_oversize mismatch (pcb->unsent is NULL)" failed:

Every so often (once every couple of hours) tcp_write fails with: assertion "unsent_oversize mismatch (pcb->unsent is NULL)" failed. The same code works fine on my ESP8266 boards.
by BlackEdder
Sun Oct 29, 2017 2:21 pm
Forum: Report Bugs
Topic: Crash while WiFi STA is connected and sniffing
Replies: 3
Views: 7396

Re: Crash while WiFi STA is connected and sniffing

Were you ever able to solve this issue? I seem to be running into the same bug.