Skip to content

Commit

Permalink
Update library
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocarnelos committed Feb 2, 2022
1 parent 9ede9a7 commit 7269736
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ lib_deps =
bblanchon/ArduinoJson@^6.18.2
lewisxhe/AXP202X_Library@^1.1.3
sparkfun/SparkFun u-blox GNSS Arduino Library@^2.0.9
metisvela/SailTrack Module@^1.0.0
metisvela/SailTrack Module@^1.1.3
monitor_speed = 115200

[env:LilyGo TTGO T-Beam OTA]
Expand Down
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <Arduino.h>
#include <ArduinoJson.h>
#include <axp20x.h>
#include "SparkFun_u-blox_GNSS_Arduino_Library.h"
#include "SailtrackModule.h"
#include <SparkFun_u-blox_GNSS_Arduino_Library.h>
#include <SailtrackModule.h>

#define I2C_SDA 21
#define I2C_SCL 22
Expand Down

0 comments on commit 7269736

Please sign in to comment.