Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: nRF51822
Diff: Source/main.h
- Revision:
- 36:f76a7b956f52
- Parent:
- 35:e8fa201fe147
- Child:
- 37:0cb0a0b22b99
--- a/Source/main.h Thu Sep 26 14:41:25 2019 +0000 +++ b/Source/main.h Tue Oct 01 16:27:28 2019 +0000 @@ -19,7 +19,7 @@ #define CAP_THRESHOLD 50 // ajusts the sensitivity of the cap sensor. Lower value means it triggers more easily #define EOL_TIMEOUT_DAYS 31 // number of days after package is open before unit goes into EOL mode. -#define EOL_MAX_USES 120 // number of uses after which the unit goes into EOL mode. +#define EOL_MAX_USES 60 // number of uses after which the unit goes into EOL mode. extern void process_cmd(char * cmd); extern void dataWasRead(void);