|
@@ -2,10 +2,10 @@ |
|
|
|
|
|
|
|
|
#include "Positions.h" |
|
|
#include "Positions.h" |
|
|
|
|
|
|
|
|
#define ALERT_BATTERY_LEVEL_1 1 |
|
|
|
|
|
#define ALERT_BATTERY_LEVEL_2 2 |
|
|
|
|
|
#define ALERT_RTC_TEMPERATURE_FAILURE 3 |
|
|
|
|
|
#define ALERT_RTC_CLOCK_FAILURE 4 |
|
|
|
|
|
|
|
|
#define ALERT_BATTERY_LEVEL_1 0 |
|
|
|
|
|
#define ALERT_BATTERY_LEVEL_2 1 |
|
|
|
|
|
#define ALERT_RTC_TEMPERATURE_FAILURE 2 |
|
|
|
|
|
#define ALERT_RTC_CLOCK_FAILURE 3 |
|
|
|
|
|
|
|
|
namespace alerts { |
|
|
namespace alerts { |
|
|
|
|
|
|
|
|