Daniel Egnor
Daniel Egnor
(Split off discussion of hardware limits: https://github.com/egnor/pivid/issues/3) The "deep magic" involved in exchanging DMA descriptors is actually fairly straightforward once you get to it, but wading through all the various...
Is it difficult to just re-send the entire script (with the one layer changed)? Unless you have many hundreds of layers (in which case you'll have other problems!), parsing and...
If the layer definition is the same, there should be zero impact, it should continue seamlessly without restarting or glitching. That's why everything uses absolute timestamps (possibly annoying as that...
Note, this sets `-DMQTT_USE_CUSTOM_SOCKET_HANDLE` by default, because any system using PlatformIO will not be covered by the default socket type. This can be overridden by the user if necessary.
(I know this has been sitting there for a couple years, but I found it...) - you set the filament type to `TRIBO`, which isn't one of the standard values--...
I quite agree that polluting the main namespace is annoying, but `ARDUINO_LOG_LOG_LEVEL_SILENT` and such are long, cumbersome and redundant? `ARDUINO_LOG_SILENT` etc would be fine, OR just change them to be...
Maybe change the examples to use `"\n"` instead of `CR`, but keep `CR` (defined to be LF!) for compatibility with a warning comment next to its definition? (It's also a...
I gather this is a somewhat defunct effort? 😞 The current version of the mongoose library seems to work great out of the box, so the role of this wrapper...
The Mongoose library seems super great and well written, I think it's underrated in the Arduino space, particularly given how horribly buggy a lot of the alternatives are...
Doesn't this adaptation of Mongoose use Berkeley sockets ([as for example provided by lwip under ESP-IDF](https://docs.espressif.com/projects/esp-idf/en/v5.0/esp32/api-guides/lwip.html#bsd-sockets-api)) as "the IP stack"? In that case TinyGSM will not work, not even close,...