From 6e79cc7bde608185fac1edc1fc496be62d0745e9 Mon Sep 17 00:00:00 2001 From: Felix Rusu Date: Mon, 7 Jun 2021 16:37:23 -0400 Subject: [PATCH] Update WeatherNode.ino Already slept in setup() --- Examples/WeatherNode/WeatherNode.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/Examples/WeatherNode/WeatherNode.ino b/Examples/WeatherNode/WeatherNode.ino index b01da3d..b82ba0b 100644 --- a/Examples/WeatherNode/WeatherNode.ino +++ b/Examples/WeatherNode/WeatherNode.ino @@ -229,7 +229,6 @@ void loop() } SERIALFLUSH(); - flash.sleep(); radio.sleep(); //you can comment out this line if you want this node to listen for wireless programming requests #if defined(MOTEINO_M0)