Skip to content

Commit 7e2f5e6

Browse files
committed
Changed behavior to try and reset the RPi only once instead of infinitely.
1 parent 0f3e4c3 commit 7e2f5e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

firmware/ATTinyDaemon/ATTinyDaemon.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
Our version number - used by the daemon to ensure that the major number is equal between firmware and daemon
1919
*/
2020
static const uint32_t MAJOR = 2;
21-
static const uint32_t MINOR = 13;
22-
static const uint32_t PATCH = 15;
21+
static const uint32_t MINOR = 14;
22+
static const uint32_t PATCH = 0;
2323

2424
/*
2525
Flash size definition

0 commit comments

Comments
 (0)