Igor

Results 4 issues of Igor

Hi, Love the docker image, works great for openstf farm, but we ran into an issue setting it up on RaspberryPi nodes running stf-provider. Solution was to recompile it on...

port of https://github.com/betaflight/betaflight/pull/8905 thanks to @etracer65 for original commit in betalfight ### From linked PR: To use, include cli/cli_debug_print.h in your code and be sure USE_CLI_DEBUG_PRINT is defined. Or alternately,...

hacktoberfest-accepted

Trying to get the testsuite to run. Will be updating this PR over time. Help is much appreciated. To run the tests: ``` make test ``` you may need to...

Casting data to ascii wreaks havoc later on when converting to binary. I propose to keep it as Buffer for as long as possible. I have written up a small...