We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bafb15e commit 0ac46b0Copy full SHA for 0ac46b0
software/EFM32HG-Embedded2-project/src/main.c
@@ -159,7 +159,7 @@
159
/** Time between each wake-up in seconds
160
* @li max 500 seconds when using LFXO delay
161
* @li 3600 seconds (one hour) works fine when using ULFRCO delay */
162
-#define WAKE_UP_PERIOD_S 600 /* 600 = every 10 minutes */
+#define WAKE_UP_PERIOD_S 1800 /* 600 = every 10 minutes */
163
164
/** Amount of PIN interrupt wakeups (before a RTC wake-up) to be considered as a *storm* */
165
#define STORM_INTERRUPTS 8
0 commit comments