Increase CAN TX buffer

This commit is contained in:
Daniel Öster 2025-09-03 13:02:08 +03:00
parent 0617bf4b8c
commit 08b6c81e67
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@
#endif
// The current software version, shown on webserver
const char* version_number = "9.0.RC5";
const char* version_number = "9.0.RC6experimental";
// Interval timers
volatile unsigned long currentMillis = 0;