Skip to content

Commit

Permalink
updated \Commissioning.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Heltec-Aaron-Lee committed Nov 9, 2022
1 parent 8388b48 commit fcde0f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Binary file modified cores/asr650x/projects/CubeCellLib.a
Binary file not shown.
8 changes: 3 additions & 5 deletions libraries/LoraWan102/src/loramac/Commissioning.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,9 @@
/*!
* User application data buffer size
*/
#if defined(__ASR6601__)
#define LORAWAN_APP_DATA_MAX_SIZE 255 //if use AT mode, don't modify this value or may run dead
#else
#define LORAWAN_APP_DATA_MAX_SIZE 128 //if use AT mode, don't modify this value or may run dead
#endif

#define LORAWAN_APP_DATA_MAX_SIZE 242 //if use AT mode, don't modify this value or may run dead

/*!
* Indicates if the end-device is to be connected to a private or public network
*/
Expand Down

0 comments on commit fcde0f0

Please sign in to comment.