Try to improve channel input

This commit is contained in:
Armel FAUVEAU
2024-06-29 03:50:49 +02:00
parent 3c2984cfd5
commit 2119f1a931
3 changed files with 44 additions and 19 deletions

View File

@@ -20,6 +20,7 @@
#include "driver/keyboard.h"
void MAIN_ProcessKeys(KEY_Code_t Key, bool bKeyPressed, bool bKeyHeld);
void channelMove(uint16_t Channel, bool End);
#endif