Skip to content

Commit

Permalink
Merge pull request #2876 from entrylabs/develop-hw
Browse files Browse the repository at this point in the history
[4.42.1][하드웨어] Develop hw
  • Loading branch information
Tnks2U authored Nov 26, 2024
2 parents 37dd6bb + 6d9b717 commit e23a62c
Show file tree
Hide file tree
Showing 9 changed files with 1,910 additions and 524 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
Loading

0 comments on commit e23a62c

Please sign in to comment.