use RTC time for my timestamp (works across deep sleep)

This commit is contained in:
geeksville
2020-02-19 07:58:51 -08:00
parent ae023a57e8
commit 67e0f5c184
6 changed files with 49 additions and 11 deletions

View File

@@ -66,7 +66,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// If not defined, we will wait for lock forever
#define MINWAKE_MSECS (5 * 60 * 1000) // stay awake a long time (30 mins) for debugging
#define MINWAKE_MSECS (10 * 60 * 1000) // stay awake a long time (30 mins) for debugging
// #define MINWAKE_MSECS (30 * 1000) // Wait after every boot for GPS lock (may need longer than 5s because we turned the gps off during deep sleep)
// -----------------------------------------------------------------------------