From 9f26994f5c66a5ee88a702c7a73d8bcc0c8236c3 Mon Sep 17 00:00:00 2001 From: weeurey Date: Sat, 20 Nov 2021 17:33:47 +0000 Subject: [PATCH] Update app.js --- apps/cliclockJS2Enhanced/app.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/cliclockJS2Enhanced/app.js b/apps/cliclockJS2Enhanced/app.js index 0118aa62c..32e4f32f1 100644 --- a/apps/cliclockJS2Enhanced/app.js +++ b/apps/cliclockJS2Enhanced/app.js @@ -74,8 +74,6 @@ if (next) { next(() => {}); } else if(lastx==0 && lasty==0){ writeLine('play/pause', 3); - Bluetooth.println(JSON.stringify({t: "music", n: next})); - //setTimeout(drawApp, 1000); toggle(() => {}); }