vortigont
vortigont
@ayushsharma82 was a bit busy lately So here is a test prototype with [esp32-flashz](https://github.com/vortigont/esp32-flashz) lib back-end for anyone dare to try. Both uncompressed and zlib-compressed images uploading supported for all...
Hi! Maybe someone already poked through the P-pads on PCB, is there any pinout available? Wonder if this tiny could do more than just sending temp/humi? Something like gpio control,...
Added STL compatible forward iterator to LinkedList container + example + unit-test
- cached node link updates on add/remove also - ListNode has a constructor now, simplifies code, ensures *next is a nullptr if unlinked - some code sanity checks and cleanup...
No need to rename lib/class. Could be used in projects with Async server by using wrapper name. Closes #40, superseeds #41
Sometimes happens that a line-shaped artefacts appears on some modules. It might be glitches or noises but the only way to clear it is either to reset the controller or...
Hi @marcmerlin, Tnx for this nice implementation of SDL backend! Just wanted to ask for some help in customizing your SDL backend driver for linux. Is there a way to...
Get file's LastWrite timestamp for file handlers (if supported by FS driver) and construct proper `Last-Modified` header. Works fine for LittleFS. If not supported by FS than fallback to previous...
it allows to call getter methods on `const Task` object instances
some of the examples that depends on [QueueArray](https://github.com/interactive-matter/QueueArray) lib throws build error. i.e. example 14,19,25 Is that the right [lib](https://github.com/interactive-matter/QueueArray) to use? ``` /run/user/1000/1/Scheduler_example07_WDT/src/Scheduler_example19_Dynamic_Tasks.ino:57:20: error: no matching function for call...