Xiao added

This commit is contained in:
richonguzman 2024-12-04 08:46:07 -03:00
parent 008575b422
commit 27593d8718
3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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}