diff --git a/apps/android/boot.js b/apps/android/boot.js index 1dd92bcc0..a8de61452 100644 --- a/apps/android/boot.js +++ b/apps/android/boot.js @@ -217,8 +217,8 @@ Bangle._PWR.GPS = orig; } }; - NRF.on('connect', ()=>{handleConnection(1);}); - NRF.on('disconnect', ()=>{handleConnection(0);}); + NRF.on('connect', ()=>{handleConnection(0);}); + NRF.on('disconnect', ()=>{handleConnection(1);}); // Work around Serial1 for GPS not working when connected to something let wrap = function(f){