Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@ file:
#define MESSAGE_BUS_LISTENER_URGENT 0x0080
```

### Built-in ML model

The `MLRUNNER_USE_EXAMPLE_MODEL` flag can be configured as described in:
https://github.com/microbit-foundation/pxt-microbit-ml-runner#built-in-ml-model

### Debug messages

To enable debug print from this extension, add the following into your
Expand Down
2 changes: 1 addition & 1 deletion pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Machine learning extension to support micro:bit CreateAI",
"dependencies": {
"core": "*",
"machine-learning-runner": "github:microbit-foundation/pxt-microbit-ml-runner#v0.4.6"
"machine-learning-runner": "github:microbit-foundation/pxt-microbit-ml-runner#v0.4.8"
},
"files": [
"README.md",
Expand Down