Skip to content

Commit

Permalink
changed default ds_l to 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
13 committed Mar 1, 2023
1 parent c027c4d commit df9aaa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/credentials_example.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// #define SEND_BYTE

// Deep sleep
#define DS_L 255 // long [3] 5
#define DS_L 5 // long [3] 5
#define DS_S 255 // short [255] 3
#define DS_D 100 // delay before sleep 70 [100] 500

Expand Down

0 comments on commit df9aaa2

Please sign in to comment.