Skip to content

Commit

Permalink
Merge pull request #65 from ohioh/patch-1
Browse files Browse the repository at this point in the history
Update OTAA.ino
  • Loading branch information
Heltec-Aaron-Lee authored Nov 11, 2021
2 parents c8f289e + b3a4d2c commit fc3ebf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/OTAA/OTAA.ino
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ LoRaMacRegion_t loraWanRegion = ACTIVE_REGION;

static void prepareTxFrame( uint8_t port )
{
appDataSize = 4;//AppDataSize max value is 64
appDataSize = 4;//AppDataSize max value is 64 ( src/Commissioning.h -> 128 )
appData[0] = 0x00;
appData[1] = 0x01;
appData[2] = 0x02;
Expand Down

0 comments on commit fc3ebf4

Please sign in to comment.