Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Update channel name
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-robert committed Aug 14, 2024
1 parent d78c0cd commit bb1bcd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Simulator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ interface EventData {
value: number;
}

const simChannel = "microbitML";
const simChannel = "microbit-ml-v1";
const defaultEvent: EventData = { name: "unknown", value: 1 };
const textDecoder = new TextDecoder();
const textEncoder = new TextEncoder();
Expand Down

0 comments on commit bb1bcd4

Please sign in to comment.