Kamil Sroka
Kamil Sroka
Add clang-format support as discussed in #84. This includes code reformatting to conform with proposed formatting as well as github action to check this. The only downside is that this...
This repo would benefit from keeping the code formatting more strict. Especially spaces around operators are all over the place. What about adding https://github.com/marketplace/actions/clang-format-check github action?
According to I2c trait transaction contract is as follows: ``` Transaction contract: - Before executing the first operation an ST is sent automatically. This is followed by SAD+R/W as appropriate....
Allow executing post-update scripts for every project. ``` manifest: ... projects: ... - name: test post-update: post-update.sh ``` Or ``` manifest: ... projects: ... - name: test post-update: - post_update1.sh...
When after using link raw API we want to start Thread network it won't work correctly as radio would be left in disabled state. To reproduce (see comments inline): ```c...
### What happened? After updating to 0.14.1 my SK6812 RGBW 12V strip is not turning on anymore. ### To Reproduce Bug Using SK6812 RGBW 12V strip update from 0.14.0 to...