From 75b0e0fd3918cc188150b0229fbd8f896e9fe58a Mon Sep 17 00:00:00 2001 From: Michael Dietz Date: Wed, 2 Mar 2016 12:49:11 +0100 Subject: [PATCH] Small change, just add log when dfu completes and remote ble device resets to start the new application. --- dist/dfu.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/dfu.js b/dist/dfu.js index 572a5f2..83fec13 100644 --- a/dist/dfu.js +++ b/dist/dfu.js @@ -383,6 +383,7 @@ log('complete, reset...'); server.device.addEventListener("gattserverdisconnected", function() { + log('disconnected and completed the DFU transfer'); resolve(); });