Skip to content

Commit 5cc9641

Browse files
committed
set default fast_bitrate to 1000000
1 parent 604799b commit 5cc9641

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fw/moteus.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,11 +266,11 @@ int main(void) {
266266
options.rd = MOTEUS_CAN_RD;
267267

268268
options.slow_bitrate = 1000000;
269-
options.fast_bitrate = 5000000;
269+
options.fast_bitrate = 1000000;
270270

271271
options.fdcan_frame = true;
272272
options.bitrate_switch = true;
273-
options.automatic_retransmission = true;
273+
options.automatic_retransmission = false;
274274

275275
return options;
276276
}());

0 commit comments

Comments
 (0)