Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
app.ts: replaced noArcadeShieldMode as default 'shield-less' behaviou…
Browse files Browse the repository at this point in the history
…r. Now defaults to DistributedLoggingMode. See the no-jacdac-version branch for old behaviour code & release.
  • Loading branch information
KierPalin committed Oct 9, 2024
1 parent f9d2df1 commit 8cb2f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace microcode {
if (screenhelpers.displayPresent())
this.pushScene(new Home(this))
else
new NoArcadeShieldMode(this);
new DistributedLoggingProtocol(this, false);
}

public pushScene(scene: Scene) {
Expand Down

0 comments on commit 8cb2f05

Please sign in to comment.