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:
- 60:6327aa30a10e
- Parent:
- 59:1dd53bfb012d
- Child:
- 61:3ab0f16d2bfc
- Child:
- 63:c321added5b1
--- a/Source/main.h Mon Feb 01 18:05:29 2021 +0000 +++ b/Source/main.h Wed Feb 24 16:03:57 2021 +0000 @@ -2,9 +2,9 @@ #ifndef MAIN_H #define MAIN_H -#define FW_VERSION "V1.19" // major revisions will be 1xx, 2xx, etc. +#define FW_VERSION "V1.19gs" // major revisions will be 1xx, 2xx, etc. -#define SKIP_SHIP_MODE 0 // 0=normal, 1=Test mode, where SHIP_MODE is skipped +#define SKIP_SHIP_MODE 1 // 0=normal, 1=Test mode, where SHIP_MODE is skipped #define UART_DEBUGGING 0 // if =1, put out debug info on the BLE_UART #define ENABLE_LED 0 // if =1, enable the debug LED //#define TEST_ON_NRF51_DK 0 // if =1, configure for running on nRF51-DK board