Skip to content

Commit

Permalink
Remove extra files from pxt.json
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-carlos committed Jun 3, 2024
1 parent bd67d9e commit 592efef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,21 +102,6 @@ example model included in this extension.
This flag name is expanded to `DEVICE_MLRUNNER_USE_EXAMPLE_MODEL` in the
source code.

### Debug messages

To enable debug print from this extension, add the following into your
pxt.json file:

```json
{
"yotta": {
"config": {
"ML_DEBUG_PRINT": 1
}
}
}
```


## License
This software is under the MIT open source license.
Expand Down
2 changes: 0 additions & 2 deletions pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
},
"files": [
"README.md",
"shims.d.ts",
"enums.d.ts",
"mlrunner/ml4f.h",
"mlrunner/ml4f.c",
"mlrunner/mlrunner.h",
Expand Down

0 comments on commit 592efef

Please sign in to comment.