Skip to content

Commit

Permalink
Fix AltinoLite block bug
Browse files Browse the repository at this point in the history
  • Loading branch information
MyungHwa Hong committed Oct 25, 2024
1 parent e13fd77 commit 35fb64e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/playground/blocks/hardware/block_altino_lite.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Entry.AltinoLite = {
sq[port] = portMap[port];
}
Entry.hw.update();
var Altino = Entry.Altino;
Altino.removeAllTimeouts();
// var Altino = Entry.Altino;
// Altino.removeAllTimeouts();
},
timeouts: [],
removeTimeout: function(id) {
Expand Down Expand Up @@ -291,7 +291,7 @@ Entry.AltinoLite.getBlocks = function() {
statements: [],
params: [
{
type: 'DropdownDynamic',
type: 'Dropdown',
options: [
[Lang.Blocks.altino_lite_stopAll, 'All'],
[Lang.Blocks.altino_lite_stopDrive, 'Drive'],
Expand Down

1 comment on commit 35fb64e

@myunghwahong
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed bugs that occurred during debugging

Please sign in to comment.