Skip to content

Commit

Permalink
set baudrate on auto transmit request
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxxzer committed Dec 20, 2023
1 parent 64bbac3 commit 010fe35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sensor/ping360.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ void Ping360::asyncProfileRequest()
auto_transmit.set_delay(0);
auto_transmit.updateChecksum();

setBaudRate(115200);
writeMessage(auto_transmit);
}

Expand Down

0 comments on commit 010fe35

Please sign in to comment.