From 293e32f9e56f9027780d03306408cca140ba6a28 Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Mon, 11 Nov 2019 18:48:41 +0000 Subject: [PATCH] don't reload watch, just display message --- comms.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comms.js b/comms.js index 19f4d8a37..96857ce32 100644 --- a/comms.js +++ b/comms.js @@ -11,7 +11,7 @@ uploadApp : app => { Puck.write("\x03reset();\n", (result) => { if (result===null) return reject(""); setTimeout(() => { // wait for reset - Puck.write("\x10E.showMessage('Uploading...')\n"+fileContents+"load()\n",(result) => { + Puck.write("\x10E.showMessage('Uploading...')\n"+fileContents+"\x10E.showMessage('Hold BTN3\\nto reload')\n",(result) => { if (result===null) return reject(""); resolve(); });