Kevin

Results 7 issues of Kevin

**Describe the issue** When running with the option "-i ram", shadow crashes with a segmentation fault during/after shutdown. "node" and "socket" are working. **To Reproduce** Follow the readme to install...

Type: Bug

When enabling bluetooth after starting the app and trying to connect, the app crashes due to `mChatService` being null. This adds a listener to the bluetooth state and starts the...

By having the delay in the `seq` function we also get a delay when calling the `run` method. Since we waited for `delay`µs , and then set `lastStepTime` the rpm...

Seems like we have some beeper code, but it isn't really used anywhere. A solution would require the use of "vTaskDelay" or a similar approach, which doesn't use a busy...

good first issue
feature request

This implements multiplexing and fixes #49 Another way too large one, sorry! It might still contains a few unrelated changes, which need to be removed. The most notable change is,...

This adds a skeleton for sending extended commands over the normal connections. This way we'll be able to completely control everything using the normal connections and will replace the json...

We are currently only using a threshold based approach, where we trigger a new lap as soon as the threshold is reached. I think I don't have to explain, why...

help wanted
feature request