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: LoRaWAN-lib SX1272Lib lib_gps lib_mma8451q lib_mpl3115a2 mbed
Fork of LoRaWAN-NAMote72-Application-Demo_Multitech by
Diff: app/Config.h
- Revision:
- 13:6b6f4be13633
- Parent:
- 8:14521932100a
- Child:
- 16:85cfe4bb33e8
--- a/app/Config.h Fri Aug 05 20:45:12 2016 +0000 +++ b/app/Config.h Tue Aug 30 06:35:16 2016 +0000 @@ -132,6 +132,20 @@ /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/ +#elif ( LORAWAN_APP_PORT == 13 ) +/*==================================================== + SENET MYDEVICES SENSOR DEMO (PORT 13) +====================================================*/ + +/*! + * User application data buffer size + */ +#define LORAWAN_APP_DATA_SIZE 11 + +#define BAT_VAL_PERCENT + +/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/ + #endif