From e1dc33c72f9bab31b4a2aff21779587db89bd656 Mon Sep 17 00:00:00 2001 From: meydin Date: Sat, 13 May 2023 07:20:13 +0200 Subject: [PATCH] MEyCan V6 --- Software/UPSoftware/UPSoftware.ino | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Software/UPSoftware/UPSoftware.ino b/Software/UPSoftware/UPSoftware.ino index 7fa107d..3af49d2 100644 --- a/Software/UPSoftware/UPSoftware.ino +++ b/Software/UPSoftware/UPSoftware.ino @@ -1,12 +1,12 @@ -#include ; + #include ; #include ; struct can_frame _frame; MCP2515 mcp2515(PIN_PA3); -const byte SoftwareVersionHigh = 1; +const byte SoftwareVersionHigh = 2; const byte SoftwareVersionLow = 0; -const byte HardwareVersionHigh = 2; +const byte HardwareVersionHigh = 3; const byte HardwareVersionLow = 0; typedef struct