We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c721802 + b8283c3 commit 4faaa74Copy full SHA for 4faaa74
src/playground/blocks/hardware/block_robotis.js
@@ -51,9 +51,12 @@ Entry.Robotis_carCont = {
51
this.update();
52
return script.callReturn();
53
}
54
- // clear portData only if not RB-100 practical kit
+ // clear portData only if not RB-100
55
if (Entry.hw.hwModule.id != "7.A,7.B" &&
56
- Entry.hw.hwModule.id != "7.C" ) {
+ Entry.hw.hwModule.id != "7.C" &&
57
+ Entry.hw.hwModule.id != "7.5,7.6" &&
58
+ Entry.hw.hwModule.id != "7.7,7.8" &&
59
+ Entry.hw.hwModule.id != "7.9") {
60
Entry.hw.portData = {};
61
62
setTimeout(function() {
0 commit comments