This website works better with JavaScript.
Home
Explore
Help
Sign In
GPS
/
gpstracker-firmware
mirror of
https://github.com/blemasle/gpstracker-firmware.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
8
Wiki
Activity
Browse Source
Clear the active alerts first
tags/v1.2.0
Bertrand Lemasle
6 years ago
parent
47ce7e8235
commit
5cd3f2e09b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Core.cpp
+ 1
- 1
Core.cpp
View File
@@ -44,8 +44,8 @@ namespace core {
gps::preserveCurrentCoordinates();
}
alerts::add(notifyFailures(metadata));
alerts::clear(metadata);
alerts::add(notifyFailures(metadata));
positions::doBackup(forceBackup);
if (acquired) updateRtcTime();
Write
Preview
Loading…
Cancel
Save