Skip to content

Commit

Permalink
use old "get variable" because "get updated variable" is unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bonani committed Feb 25, 2022
1 parent aba87a6 commit b969f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aseba/thymio-device-manager/aseba_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ void aseba_node::request_variables() {
messages.reserve(3);

{
if(!m_resend_all_variables && m_description.protocolVersion >= 7) {
if(!m_resend_all_variables && m_description.protocolVersion >= 100) {//was on protocole 7, but for an unknown reason, this make Thymio be unresponsive
messages.emplace_back(std::make_shared<Aseba::GetChangedVariables>(native_id()));
} else {
uint16_t start = 0;
Expand Down

0 comments on commit b969f85

Please sign in to comment.