Thanh Nguyen
/
Box_Alarm_STD_mbed_cli
khang 230620
Diff: examples/example_config.h
- Revision:
- 41:76130744ebe5
- Parent:
- 33:afbcb9dcb0ac
--- a/examples/example_config.h Mon Feb 24 02:48:35 2020 +0000 +++ b/examples/example_config.h Tue Jun 23 15:35:35 2020 +0000 @@ -1,16 +1,17 @@ #ifndef __EXAMPLE__CONFIG_H__ #define __EXAMPLE__CONFIG_H__ -#define AMR_NTN 0 // see amr.cpp +#define BOX_ALARM 0 // see amr.cpp #define OTA_EXAMPLE 1 // see ota_example.cpp #define AUTO_OTA_EXAMPLE 2 // see auto_ota_example.cpp #define MANUAL_EXAMPLE 3 // see manual_example.cpp #define PEER_TO_PEER_EXAMPLE 4 // see peer_to_peer_example.cpp #define CLASS_C_EXAMPLE 5 // see class_c_example.cpp +#define NOTHING_EXECUTE 6 // see class_c_example.cpp // the active example is the one that will be compiled #if !defined(ACTIVE_EXAMPLE) -#define ACTIVE_EXAMPLE AMR_NTN +#define ACTIVE_EXAMPLE BOX_ALARM //#define ACTIVE_EXAMPLE MANUAL_EXAMPLE #endif