Oliver Parczyk 7bf222228e Fix self driving mode
There was no need to have a timer do the key group switching routine. Not only would that have to be syncronized to the main loop somehow (or run very slowly),
it's also quite an overhead to keep track of.

Just switching to the next key group after we're done scanning the current one, syncronously, works far better (and faster!).
2023-12-16 12:03:25 +01:00
2023-05-24 14:57:19 +02:00
2023-05-24 14:57:19 +02:00
2023-05-24 14:57:19 +02:00
2023-12-16 12:03:25 +01:00
2023-05-24 14:57:19 +02:00
2023-05-24 14:57:19 +02:00
Description
No description provided
51 KiB
Languages
C++ 89.2%
C 10.8%