watchdog reenabled

master EB04
Mateusz Lubecki 2024-04-15 18:29:58 +02:00
rodzic ef26fd94e7
commit d5614dbf53
4 zmienionych plików z 3 dodań i 3 usunięć

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -15,7 +15,7 @@
#define SYSTICK_TICKS_PER_SECONDS 100
#define SYSTICK_TICKS_PERIOD 10
//#define INTERNAL_WATCHDOG
#define INTERNAL_WATCHDOG
#define EXTERNAL_WATCHDOG
#define PWR_SWITCH_BOTH

Wyświetl plik

@ -9,7 +9,7 @@
#define SOFTWARE_VERSION_H_
#define SW_VER "EB04"
#define SW_DATE "26112023"
#define SW_DATE "10042024"
#define SW_KISS_PROTO "B"
extern const char software_version_str[5];

Wyświetl plik

@ -525,7 +525,7 @@ void io_vbat_meas_enable(void) {
void io_pool_vbat_r(int16_t minutes_to_wx) {
// check how many minutes reamins to weather packet
if (minutes_to_wx == 2) {
if (minutes_to_wx == 1) {
// hardcoded to 2 minutes
switch(io_vbat_r_state) {