Skip to content

Commit

Permalink
update ws id to 400
Browse files Browse the repository at this point in the history
  • Loading branch information
damien-raju committed Sep 16, 2023
1 parent eea7f0d commit 9823a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wavesculptor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const ID_BROAD_SLIP_SPEED: u16 = 0x17;
const ID_CMD_MOTOR_CHANGE: u16 = 0x12;

/// Default base identifier
pub static ID_BASE: u16 = 0x600;
pub static ID_BASE: u16 = 0x400;

bitflags! {
/// Error flags
Expand Down

0 comments on commit 9823a80

Please sign in to comment.