Daniel Beiter
Daniel Beiter
**Problem** The illustration below shows three tests with three periods each (horizontal) and increasing P of the PID controller (new program uploaded between each test). The bottom panel shows what...
I ran into timing issues while using NBUDP, specifically using `endPacket()`. Sometimes it returned true (successful) sometimes false (not successful). After some debugging I realized, that the call [`MODEM.waitForResponse()` does...
Hi tl;dr in commit [638d653](https://github.com/luni64/TeensyStep/commit/638d653a34666a5a9031010d96f6bc4ba33c5d59) (after release of 2.0.0) a single line change in `PIT.h` was introduced, when reverted (even with TeensyStep > 2.0.0) this issue seems resolved. \ \...
**Describe the bug** Manually adding a bootstrap5 modal to the html body results in wrong position of the modal (see screenshots at the end). **To Reproduce** ```py import folium my_map...