mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-06 03:50:13 +02:00
Increase buffer, change so 7E4 is stopped until battery started
This commit is contained in:
parent
4caa4842ab
commit
bb6a0d7905
2 changed files with 119 additions and 118 deletions
|
@ -160,7 +160,7 @@ class ACAN2517FDSettings {
|
|||
//······················································································································
|
||||
|
||||
//--- Driver transmit buffer size
|
||||
public: uint16_t mDriverTransmitFIFOSize = 20 ; // >= 0
|
||||
public: uint16_t mDriverTransmitFIFOSize = 22 ; // >= 0
|
||||
|
||||
//--- Controller transmit FIFO size
|
||||
public: uint8_t mControllerTransmitFIFOSize = 1 ; // 1 ... 32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue