From 3de1b0653ae82518b211e9609686159f6f4f921f Mon Sep 17 00:00:00 2001 From: Mineinjava <65673396+Mineinjava@users.noreply.github.com> Date: Fri, 10 Nov 2023 17:07:00 -0800 Subject: [PATCH] not this again --- apps/ios/boot.js | 1 + 1 file changed, 1 insertion(+) 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; }