Skip to content

Commit

Permalink
adding comment guards
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalacho-mit committed Feb 4, 2024
1 parent 48c9700 commit 58eeeeb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions extensions/src/doodlebot/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ export default class DoodlebotBlocks extends extension(details, "ui", "indicator
: this.indicate({ position: "category", msg: "Not connected to robot", type: "warning" });
}

/** BEGIN Block Methods */

@buttonBlock("Connect Robot")
connect() {
this.openUI("Connect");
Expand Down Expand Up @@ -88,4 +90,7 @@ export default class DoodlebotBlocks extends extension(details, "ui", "indicator
{ steps: rightSteps, stepsPerSecond }
);
}

/** END Block Methods */

}

0 comments on commit 58eeeeb

Please sign in to comment.