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 #endif
// The current software version, shown on webserver // The current software version, shown on webserver
const char* version_number = "9.0.RC5"; const char* version_number = "9.0.RC6experimental";
// Interval timers // Interval timers
volatile unsigned long currentMillis = 0; volatile unsigned long currentMillis = 0;

View file

@ -101,7 +101,7 @@ class ACAN_ESP32_Settings {
// Transmit buffer sizes // Transmit buffer sizes
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
public: uint16_t mDriverTransmitBufferSize = 16 ; public: uint16_t mDriverTransmitBufferSize = 32 ;
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// Compute actual bit rate // Compute actual bit rate