not this again

pull/3089/head
Mineinjava 2023-11-10 17:07:00 -08:00
parent 374919fbd7
commit 3de1b0653a
1 changed files with 1 additions and 0 deletions

View File

@ -226,6 +226,7 @@ E.on('notify',msg=>{
loc: d.loc loc: d.loc
} }
require("weather").update(weatherEvent); require("weather").update(weatherEvent);
Terminal.println("received weather data");
NRF.ancsAction(msg.uid, false); NRF.ancsAction(msg.uid, false);
return; return;
} }