Skip to content

Commit

Permalink
fix up a few things
Browse files Browse the repository at this point in the history
  • Loading branch information
ramseyball authored Nov 21, 2024
1 parent 21f619f commit d543b44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions distributedLogging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ namespace microdata {
private targetIDs: number[]

constructor(app: AppInterface, arcadeShieldIsConnected: boolean, callbackObj?: ITargetDataLoggedCallback) {
control.singleSimulator()

//--------------
// Unbind A & B:
Expand Down
2 changes: 1 addition & 1 deletion pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"radio": "*",
"microphone": "*",
"datalogger": "*",
"user-interface-base": "github:microbit-apps/user-interface-base#v0.0.5",
"user-interface-base": "github:microbit-apps/user-interface-base#v0.0.6",
"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/soil-moisture#v1.9.28",
Expand Down

0 comments on commit d543b44

Please sign in to comment.