You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: firmware/application/src/utils/syssleep.h
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,10 @@
2
2
#defineSYS_SLEEP_H__
3
3
4
4
#include<stdint.h>
5
-
#include"settings.h"
6
5
7
6
// Wake up equipment
8
-
#defineSLEEP_DELAY_MS_BUTTON_WAKEUP(settings_get_wakeup_button_time()) // The sleep delay of the button awakened
9
-
#defineSLEEP_DELAY_MS_FIELD_WAKEUP(settings_get_wakeup_field_time()) // The sleep delay (including high and low frequencies) of the field wake -up (including high and low frequency)
7
+
#defineSLEEP_DELAY_MS_BUTTON_WAKEUP8000 // The sleep delay of the button awakened
8
+
#defineSLEEP_DELAY_MS_FIELD_WAKEUP4000 // The sleep delay (including high and low frequencies) of the field wake -up (including high and low frequency)
10
9
#defineSLEEP_DELAY_MS_FIRST_POWER 1000 // The sleep delay of the first power supply (access to the battery)
0 commit comments