Skip to content

Commit

Permalink
Fix ESP board libary 3.x compilation, update to latest dependencies (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephHewitt authored Sep 1, 2024
1 parent 16d1044 commit 0607a32
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion A/A.ino
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//Joseph Hewitt 2023
//This code is for the ESP32 "Side A" of the wardriver hardware revision 3.

const String VERSION = "1.2.0";
const String VERSION = "1.2.1";

#include <GParser.h>
#include <MicroNMEA.h>
Expand Down
2 changes: 1 addition & 1 deletion B/B.ino
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ void loop() {
}
}
}
BLEScanResults foundDevices = pBLEScan->start(2.2, false);
BLEScanResults* foundDevices = pBLEScan->start(2.2, false);
await_serial();
serial_lock = true;
Serial1.print("BLC,");
Expand Down
2 changes: 1 addition & 1 deletion boards.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
esp32:esp32@2.0.12
esp32:esp32@3.0.4
8 changes: 4 additions & 4 deletions libraries.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[email protected]
Adafruit GFX [email protected].7
Adafruit [email protected].7
[email protected].7
[email protected].0
Adafruit GFX [email protected].10
Adafruit [email protected].11
[email protected].8
[email protected].2

0 comments on commit 0607a32

Please sign in to comment.