You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect SleepyDog was previously used but was removed during feature development.
As SleepyDog conflicts with FeatherFault (see OPEnSLab-OSU/FeatherFault#5) which is needed by several projects in the lab, it would be nice if this dependency could be removed.
The text was updated successfully, but these errors were encountered:
Looking at the Github wikis for all of the projects, the only project I see that uses the Loom::nap function is Smartrock. However, when looking at their Github, they have a more recent code that they have for field testing that does not use the Loom::nap function. I would have to check in with them to see whether they are using the code that uses the Loom::nap function or the one without it.
SleepyDog has been removed from Loom with version 2.4.0. The nap function in Loom Manager has been moved outside to an example sketch that requires Adafruit SleepyDog to be downloaded outside of Loom, resolving any conflicts with FeatherFault
Describe the bug
The Adafruit SleepyDog library is included in Loom, but never used:
Loom/src/Sleep_Manager.cpp
Lines 11 to 15 in c5f7a95
Loom/src/Sleep_Manager.cpp
Lines 69 to 77 in c5f7a95
As SleepyDog conflicts with FeatherFault (see OPEnSLab-OSU/FeatherFault#5) which is needed by several projects in the lab, it would be nice if this dependency could be removed.
The text was updated successfully, but these errors were encountered: