mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 01:39:30 +02:00
Increase CAN TX buffer
This commit is contained in:
parent
0617bf4b8c
commit
08b6c81e67
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -101,7 +101,7 @@ class ACAN_ESP32_Settings {
|
|||
// Transmit buffer sizes
|
||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
public: uint16_t mDriverTransmitBufferSize = 16 ;
|
||||
public: uint16_t mDriverTransmitBufferSize = 32 ;
|
||||
|
||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
// Compute actual bit rate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue