Skip to content

Commit

Permalink
Fix optional config settings (#109)
Browse files Browse the repository at this point in the history
Fixes the nesting of optional config.

Optional config is required to make sure switches in the project settings are reflecting the state of Bluetooth.
  • Loading branch information
Amerlander authored Mar 28, 2024
1 parent 85e89e8 commit 5eb9f07
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,12 @@
"bluetooth": {
"enabled": 0
}
},
"optionalConfig": {
"microbit-dal": {
"bluetooth": {
"enabled": 0
}
}
},
"optionalConfig": {
"microbit-dal": {
"bluetooth": {
"enabled": 0
}
}
}
Expand Down

0 comments on commit 5eb9f07

Please sign in to comment.