Skip to content

Commit

Permalink
Disabled CAN
Browse files Browse the repository at this point in the history
  • Loading branch information
Bing-Rover committed Mar 16, 2024
1 parent b2759b7 commit a589fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/subsystems.dart
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class SubsystemsCollection extends MessageService {
void sendWrapper(WrappedMessage wrapper) {
if (!isReady) return;
if (collection.serial.sendWrapper(wrapper)) return;
// collection.can.sendWrapper(wrapper);
// collection.can.sendWrapper(wrapper);
}

/// Stops all the hardware from moving.
Expand Down

0 comments on commit a589fe2

Please sign in to comment.