From 8cb2f05a9c450c58aba4b572e83328faea345c95 Mon Sep 17 00:00:00 2001 From: Kier Palin Date: Wed, 9 Oct 2024 23:01:18 +0100 Subject: [PATCH] app.ts: replaced noArcadeShieldMode as default 'shield-less' behaviour. Now defaults to DistributedLoggingMode. See the no-jacdac-version branch for old behaviour code & release. --- app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.ts b/app.ts index ccd85b0..50df04b 100644 --- a/app.ts +++ b/app.ts @@ -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) {