Skip to content

Commit

Permalink
dependencies to latest versions
Browse files Browse the repository at this point in the history
Xpowers and Sparkfun u-blox to latest version
  • Loading branch information
designer2k2 committed Jun 30, 2024
1 parent aebf412 commit 9901ed8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ void setup() {
state = node.activateOTAA();
// state = RADIOLIB_ERR_CHECKSUM_MISMATCH;

if (state == RADIOLIB_ERR_NONE) {
if ((state == RADIOLIB_ERR_NONE)||(state == RADIOLIB_LORAWAN_NEW_SESSION)) {
Serial.println(F("success!"));
} else {
Serial.print(F("failed, code "));
Expand Down
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ build_flags =
lib_deps =
thingpulse/ESP8266 and ESP32 OLED driver for SSD1306 displays@^4.5.0
mikalhart/TinyGPSPlus@^1.0.3
lewisxhe/XPowersLib@^0.2.2
lewisxhe/XPowersLib@^0.2.5
jgromes/RadioLib@^6.6.0
sparkfun/SparkFun u-blox GNSS Arduino Library@^2.2.25
sparkfun/SparkFun u-blox GNSS Arduino Library@^2.2.27

monitor_speed = 115200
; monitor_port = COM17
Expand Down

0 comments on commit 9901ed8

Please sign in to comment.