diff --git a/apps/ios/boot.js b/apps/ios/boot.js index ffb65b828..24c39c521 100644 --- a/apps/ios/boot.js +++ b/apps/ios/boot.js @@ -226,6 +226,7 @@ E.on('notify',msg=>{ loc: d.loc } require("weather").update(weatherEvent); + Terminal.println("received weather data"); NRF.ancsAction(msg.uid, false); return; }