Max Prokhorov

Results 502 comments of Max Prokhorov

Speaking of `void(*)(char)` to `void(*)(void*)` conversion... Does it actually work correctly for arguments *less* than 4 bytes? Don't we have some undefined behaviour here?

I think the issue here is with the abrupt disconnection of a client while upload is still in progress? If I remember values correctly, we end up with 'disconnected' TCP...

Seems to be a logical error when IP isSet() is false for the STA interface. But, logs do show that it finds the AP netif, and attempts to send the...

> @mcspr @d-a-v Can't reproduce either. > > > But, logs do show that it finds the AP netif, and attempts to send the data > > Can you provide...

> There is no sending of mdns traffic on the AP interface ? Only queries going on ``` 6643 1147.360615 192.168.4.1 224.0.0.251 MDNS 104 Standard query 0x0000 ANY TestMDNS.local, "QU"...

Also noticed in https://savannah.nongnu.org/bugs/?37068 and the associated https://git.savannah.nongnu.org/cgit/lwip.git/commit/?id=4e520cdd3009cf2e04c50c173737b379ff7d72a2, it seems UP is totally ok state to be in during DHCP initialization. State callback needs to happen on IP change instead,...

@gerardovf You can create a gist instead, see https://gist.github.com A link to it can be added to the README here.

[Quoting seems to help](https://github.com/platformio/platformio-core/blob/c56b35f5047d1a8c6837e30e6333ad22f595b783/platformio/builder/tools/piobuild.py#L117) ```ini build_flags = "-D NDEBUG" "-U NDEBUG2" ``` Does not look like this comes from PIO, but from SCons itself and the way it treats cmdline....

btw, something to reproduce failures ```cpp #include #include #include #include #include #include // reproduce crash for all three methods, in sequence constexpr uintptr_t RtcMem { 0x60001200 + 128 }; auto*...

Is it really a wemos board? Shouldn't this be *just* esp wroom-02?