Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
upgrade compatibility for esp2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rgot-org committed Feb 6, 2023
1 parent 352c3c2 commit a5fbfb7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=TTN_esp32
version=0.1.2
version=0.1.3
author=Francois Riotte
maintainer=Francois Riotte <esc@rgot.org>
sentence=ESP 32 port of the Arduino TheThingsNetwork library.
Expand Down
4 changes: 4 additions & 0 deletions project_config/lmic_project_config.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// project-specific definitions
#define CFG_eu868 1
//#define LMIC_REGION_eu868 1
//#define CFG_us915 1
//#define CFG_au921 1
//#define CFG_as923 1
Expand All @@ -8,3 +9,6 @@
//#define CFG_in866 1
#define CFG_sx1276_radio 1
//#define LMIC_USE_INTERRUPTS
#define LMIC_LORAWAN_SPEC_VERSION LMIC_LORAWAN_SPEC_VERSION_1_0_3
#define LMIC_MAX_FRAME_LENGTH 64
#define hal_init LMICHAL_init
3 changes: 3 additions & 0 deletions src/NVSHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
#include "WProgram.h"

#endif
#ifndef TAG
#define TAG "ARDUINO"
#endif

bool NVSHandler::openNvsRead(const char* partition, HandleCloser& handleCloser)
{
Expand Down

0 comments on commit a5fbfb7

Please sign in to comment.