Skip to content

Commit

Permalink
adding-beta-option-to-ev3-beta (#10293)
Browse files Browse the repository at this point in the history
Add to tutorial tool ev3 beta.
  • Loading branch information
THEb0nny authored Dec 11, 2024
1 parent 06fde1b commit e15dc7e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/static/tutorial-tool/tutorial.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,22 +88,22 @@ var targets = [
url: "https://maker.makecode.com/?controller=1"
}
]
}
/* not supported
, {
}, {
name: "LEGO EV3",
id: "ev3",
endpoints: [
/*
{
name: "beta",
url: "https://makecode.mindstorms.com/beta?controller=1"
name: "",
url: "https://makecode.mindstorms.com?controller=1"
},
*/
{
name: "released",
url: "https://makecode.mindstorms.com?controller=1"
name: "beta",
url: "https://makecode.mindstorms.com/beta?controller=1"
}
]
} */
}
];
function shareScript(md, done) {
function request(url, data) {
Expand Down

0 comments on commit e15dc7e

Please sign in to comment.