usbcan_relay: add standalone buttons reactions

This commit is contained in:
2021-09-10 12:06:01 +03:00
parent 50fdc3e104
commit 1c4c7d9636
91 changed files with 200 additions and 547 deletions

View File

@@ -40,7 +40,7 @@ typedef enum{
} CAN_commands;
// output messages identifier
#define OUTPID (CANID + 0x100)
#define OUTPID (CANID)
void parseCANcommand(CAN_message *msg);