Rotzbua
Rotzbua
Function change was #569 Maybe teensy handles `yield()` different than Arduino & ESP.
@bigoren Have you tried to fix it or have a solution?
The simplest solution would be to code a js script for tampermonkey which automatically replaces the value.
Git itself supports various hooks https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks The idea is to test and format code before the commit is created. This reduces the probability that a commit would not pass CI...
@florianfesti did you run it at least twice because of the amount of changes?
Thanks for the feedback. I will try to find the reason for this behavour.
I think a different approach with 'pre-commit' would be better. Closed.
With typescript it leads to an compile error: > error TS2322: Type '"error"' is not assignable to type '"success" | "info" | "warning" | "danger" | "help" | "primary" |...
@prideofisland Sounds good, the best way would be to split your new stuff into different topics and according branches. For example I suggest following topics: - the **driver** for the...
Right. Shallow cloning a commit is not possible. It is just possible with `fetch`. According to my example it would be: ```bash git init git remote add origin https://github.com/espressif/arduino-esp32 git...