From aab0e8473f062006ef102eeeb9f31ca0db3919bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Thu, 11 Jan 2018 23:43:34 +0100 Subject: [PATCH] Enable left half I2C watchdog in reinit mode because it seems to improve things. --- left/src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/left/src/config.h b/left/src/config.h index 1e7da00..885a1b6 100644 --- a/left/src/config.h +++ b/left/src/config.h @@ -7,7 +7,7 @@ #define I2C_WATCHDOG_VALUE_REBOOT 2 // #define DEBUG_OVER_SPI -// #define I2C_WATCHDOG I2C_WATCHDOG_VALUE_REINIT + #define I2C_WATCHDOG I2C_WATCHDOG_VALUE_REINIT // #define I2C_WATCHDOG I2C_WATCHDOG_VALUE_REBOOT #endif