mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 02:09: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
|
@ -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