Max Prokhorov
Max Prokhorov
While doing some research for the #2245 (tangentially related to the #2015), I noticed that we can use individual files in tests: ```diff diff --git a/code/test/platformio.ini b/code/test/platformio.ini index b7a74be1..23eeeba7 100644...
> we need to include different Arduino header. ... and pretty much every library used unconditionally, since we include stuff like JustWifi.h, ESP8266WiFi.h (jw depends on it, PIO tries to...
Funny 'bug' in the UnixHostDuino: https://github.com/bxparks/UnixHostDuino/blob/1936444e0097a37ad268e5e3d6e6cca8d957a86b/WString.cpp#L178 `String::copy(const char* ptr, size_t length)` **ignores** the length when reading the source ptr by using strcpy, making this method very dangerous when used with...
The patch above is a bad idea, actually. delay() implies we don't get to execute anything below it, and must wait 1...10 seconds until it is done spinning system timer...
Would you mind also checking what `netstat` shows related to the target server when this happens? What value is `mqttKeep` / `MQTT_KEEPALIVE` for the device? As far as I remember,...
Also, see the previous issue https://github.com/xoseperez/espurna/issues/2112#issuecomment-575878757 in the issue gone stale b/c of no comments after mine. ESPAsyncTCP library has mechanism similar to the MQTT keepalive, counting response acks and...
Have you tried any of the patches for the libraries?
lol, ok, nvm :) deleting the account is also an option Let me rephrase - it is a valid patch, but it *does not solve the underlying issue*. We simply...
Thanks! Up and running. I'll check out if Core's generic UDP server might work, too, since the only thing we want is to receive that giant struct and cast it....
Also note that ESPixelStick builds from git version of Arduino Core: https://github.com/esp8266/Arduino https://github.com/forkineye/ESPixelStick Which may cause some subtle differences https://github.com/forkineye/ESPixelStick/blob/178a2e90fe567cf5af986499931308b000b745d6/.travis.yml#L31