Skip to content

Commit

Permalink
set n4 back to experimental, enable n3 (#6118)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwunderl authored Oct 12, 2023
1 parent 8692fff commit 6220bb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions libs/hw---n3/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"core---nrf52": "file:../core---nrf52",
"screen---st7735": "file:../screen---st7735",
"mixer---nrf52": "file:../mixer---nrf52",
"game": "file:../game"
"game": "file:../game"
},
"public": true,
"skipLocalization": true,
Expand All @@ -35,7 +35,6 @@
"DEVICE_WEBUSB": 0
}
},
"experimentalHw": true,
"dalDTS": {
"corePackage": "../core---nrf52"
}
Expand Down
1 change: 1 addition & 0 deletions libs/hw---n4/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"public": true,
"skipLocalization": true,
"additionalFilePath": "../hw",
"experimentalHw": true,
"yotta": {
"optionalConfig": {
"DEVICE_JACDAC_DEBUG": 1
Expand Down

0 comments on commit 6220bb3

Please sign in to comment.