Code for FT20c Evo steering wheel
Go to file
jvblanck 895280cb5a Don't send data if display is disconnected
Otherwise, we're waiting 1s on pretty much any call to the display. If
the display gets disconnected at the start of the `update_display()`
function, that can mean quite the delay.

It's possible that this delay triggers a watchdog timer that blinks the
LEDs, but there doesn't appear to be any watchdog timer configured.
2021-07-18 18:27:47 +02:00
.vscode Initial commit 2021-06-15 19:42:00 +02:00
include Bugfixes for fault handlers 2021-07-18 17:14:03 +02:00
lib Don't send data if display is disconnected 2021-07-18 18:27:47 +02:00
src Bugfixes for fault handlers 2021-07-18 17:14:03 +02:00
test Initial commit 2021-06-15 19:42:00 +02:00
.clang-format Add .clang-format 2021-07-17 20:09:02 +02:00
.gitignore Initial commit 2021-06-15 19:42:00 +02:00
platformio.ini Add fault handlers for debugging 2021-07-17 20:15:55 +02:00