Skip to content

Commit 7986132

Browse files
committed
changed pin for watchdog
1 parent d44bce0 commit 7986132

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/CCU_Constants.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#define CCU_CONSTANTS
33

44
/* Watchdog constants */
5-
constexpr int WATCHDOG_PIN = 26;
6-
constexpr int SOFTWARE_OK_PIN = 27; // Watchdog's !RESET pin
5+
constexpr int WATCHDOG_PIN = 35;
6+
constexpr int SOFTWARE_OK_PIN = 34; // Watchdog's !RESET pin
77
constexpr unsigned long WATCHDOG_KICK_INTERVAL_MS = 10UL;
88

99
#endif

0 commit comments

Comments
 (0)