Skip to content

Commit

Permalink
Xiao added
Browse files Browse the repository at this point in the history
  • Loading branch information
richonguzman committed Dec 4, 2024
1 parent 008575b commit 27593d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common_settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ lib_deps =
arduino-libraries/NTPClient @ 3.2.1
ayushsharma82/ElegantOTA @ 3.1.5
bblanchon/ArduinoJson @ 6.21.3
jgromes/RadioLib @ 6.6.0
jgromes/RadioLib @ 7.1.0
mathieucarbou/AsyncTCP @ 3.2.5
mathieucarbou/ESPAsyncWebServer @ 3.2.3
mikalhart/TinyGPSPlus @ 1.0.3
Expand Down
2 changes: 1 addition & 1 deletion src/LoRa_APRS_iGate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ___________________________________________________________________*/
#include "A7670_utils.h"
#endif

String versionDate = "2024.11.20";
String versionDate = "2024.12.04";
Configuration Config;
WiFiClient espClient;
#ifdef HAS_GPS
Expand Down
1 change: 1 addition & 0 deletions variants/XIAO_ESP32S3_WIO_SX1262/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
board = seeed_xiao_esp32s3
build_flags =
${common.build_flags}
${common.usb_flags}
-D XIAO_ESP32S3_LORA
lib_deps =
${common.lib_deps}

0 comments on commit 27593d8

Please sign in to comment.