Skip to content

Commit

Permalink
Added reportArmIKEnabled on connection
Browse files Browse the repository at this point in the history
  • Loading branch information
Geeoon committed Oct 13, 2023
1 parent 8a8bf3f commit 99506aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/network/MissionControlProtocol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ void MissionControlProtocol::handleConnection() {
}

this->_server.sendJSON(Constants::MC_PROTOCOL_NAME, j);
sendArmIKEnabledReport();

if (!Globals::AUTONOMOUS) {
// start power repeat thread (if not already running)
Expand Down

0 comments on commit 99506aa

Please sign in to comment.