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:
- 7:92f4f419f91f
- Parent:
- 6:f8194e691dd4
- Child:
- 8:14521932100a
--- a/app/Config.h Wed Jun 08 22:06:26 2016 +0000 +++ b/app/Config.h Wed Jun 08 22:39:27 2016 +0000 @@ -120,6 +120,19 @@ /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/ +#elif ( LORAWAN_APP_PORT == 12) +/*==================================================== + TRANSMIT ON VERTICAL ORIENTATION DEMO (PORT 12) +====================================================*/ + +/*! + * User application data buffer size + */ +#define LORAWAN_APP_DATA_SIZE 2 + +/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/ + + #endif #endif // __LORA_CONFIG_H__