Skip to content

Commit d94b0bd

Browse files
committed
change bitrate can to 500kbps
1 parent 1bc72e5 commit d94b0bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ESP32_DevkitC_3.5_SPI.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ void setup()
9393
{
9494

9595
CAN0.setCANPins(GPIO_NUM_17, GPIO_NUM_16); // RX, TX
96-
CAN0.begin(1000000); // 1Mbps
96+
CAN0.begin(500000); // 500Kbps
9797
CAN0.watchFor(0x360); // RPM, MAP, TPS
9898
CAN0.watchFor(0x361); // Fuel Pressure
9999
CAN0.watchFor(0x368); // AFR 01

0 commit comments

Comments
 (0)