Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tballmsft committed Aug 28, 2024
1 parent 94de9a3 commit d443cdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace microcode {

datalogger.includeTimestamp(FlashLogTimeStampFormat.None)

const arcadeShieldConnected = _screen_internal.displayPresent();
const arcadeShieldConnected = screenhelpers.displayPresent();
if (arcadeShieldConnected)
this.pushScene(new Home(this))
else
Expand Down
3 changes: 2 additions & 1 deletion pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"radio": "*",
"microphone": "*",
"datalogger": "*",
"pxt-arcadeshield": "github:microsoft/pxt-arcadeshield#8b0e31213a5d04e18c758fa83b38d802ace40856",
"arcadeshield": "*",
"pxt-arcadeshield": "github:microsoft/pxt-arcadeshield#v0.0.29",
"jacdac": "github:microsoft/pxt-jacdac#v1.9.28",
"jacdac-light-level": "github:microsoft/pxt-jacdac/light-level#v1.9.28",
"jacdac-soil-moisture": "github:microsoft/pxt-jacdac/tree/master/soil-moisture#v1.9.28",
Expand Down

0 comments on commit d443cdf

Please sign in to comment.