Skip to content

Commit

Permalink
Update ttnmad_easy_completo_lpp.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
IoTopenTech authored Jun 21, 2024
1 parent 49e7393 commit f215020
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ uint32_t periodo_heartbeat = 60; //segundos
*************************************/
#define OTAA_BAND (RAK_REGION_EU868)
#define OTAA_DEVEUI \
{ 0x70, 0xB3, 0xD5, 0x7E, 0xD0, 0x06, 0x87, 0x0B }
{ 0x70, 0xB3, 0xD5, 0x7E, 0xEA, 0xEA, 0xEA, 0xEA }
#define OTAA_APPEUI \
{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }
#define OTAA_APPKEY \
{ 0xCA, 0x9B, 0x6C, 0x2E, 0x84, 0x4F, 0xF3, 0x73, 0x1A, 0x39, 0xFE, 0x3F, 0x7F, 0xD9, 0x78, 0xEA }
{ 0xCA, 0x9B, 0x6C, 0x2E, 0x84, 0x4F, 0xF3, 0xEA, 0xEA, 0xEA, 0xEA, 0xEA, 0xEA, 0xEA, 0xEA, 0xEA }

/** Packet buffer for sending */
uint8_t collected_data[64] = { 0 };
Expand Down Expand Up @@ -442,4 +442,4 @@ void configIntterupts(){
//dataToWrite |= 0x02; //invert both outputs
acelerometro.writeRegister(LIS3DH_CTRL_REG6, dataToWrite);

}
}

0 comments on commit f215020

Please sign in to comment.