From ff6981c9fa3b7a6e499a73f6d9a27ba0c7331305 Mon Sep 17 00:00:00 2001 From: lewisxhe Date: Thu, 6 Jun 2024 15:39:33 +0800 Subject: [PATCH] Update ini --- platformio.ini | 31 +++++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) diff --git a/platformio.ini b/platformio.ini index 6d2df23d..c33e0a73 100644 --- a/platformio.ini +++ b/platformio.ini @@ -24,6 +24,8 @@ ; src_dir = examples/peripheral/PMU_Interrupt ; src_dir = examples/peripheral/PlayMusicFromPROGMEM ; src_dir = examples/peripheral/PlayMusicFromSPIFFS +; src_dir = examples/peripheral/GPSFullExample +; src_dir = examples/peripheral/GPSFactory ; !Sensor examples ; src_dir = examples/sensor/BAM423_Accelerometer @@ -161,17 +163,38 @@ board = LilyGoWatch-S3 build_flags = ; Enable -UARDUINO_USB_CDC_ON_BOOT will start printing and wait for terminal access during startup - ; -DARDUINO_USB_CDC_ON_BOOT=1 + -DARDUINO_USB_CDC_ON_BOOT=1 ; Enable -UARDUINO_USB_CDC_ON_BOOT will turn off printing and will not block when using the battery - -UARDUINO_USB_CDC_ON_BOOT - + ; -UARDUINO_USB_CDC_ON_BOOT + + -DCORE_DEBUG_LEVEL=0 + -DBOARD_HAS_PSRAM -DDISABLE_ALL_LIBRARY_WARNINGS -Wnarrowing -include extras/Setup212_LilyGo_T_Watch_S3.h -DUSER_SETUP_LOADED + -DRADIOLIB_EXCLUDE_CC1101 + -DRADIOLIB_EXCLUDE_NRF24 + -DRADIOLIB_EXCLUDE_RF69 + -DRADIOLIB_EXCLUDE_SX1231 + -DRADIOLIB_EXCLUDE_SI443X + -DRADIOLIB_EXCLUDE_RFM2X + -DRADIOLIB_EXCLUDE_SX127X + ; -DRADIOLIB_EXCLUDE_STM32WLX + ; -DRADIOLIB_EXCLUDE_SX128X + -DRADIOLIB_EXCLUDE_AFSK + -DRADIOLIB_EXCLUDE_AX25 + -DRADIOLIB_EXCLUDE_HELLSCHREIBER + -DRADIOLIB_EXCLUDE_MORSE + -DRADIOLIB_EXCLUDE_RTTY + -DRADIOLIB_EXCLUDE_SSTV + -DRADIOLIB_EXCLUDE_DIRECT_RECEIVE + -DRADIOLIB_EXCLUDE_APRS + -DRADIOLIB_EXCLUDE_BELL + lib_deps = earlephilhower/ESP8266Audio @ 1.9.7 crankyoldgit/IRremoteESP8266 @ 2.8.6 @@ -181,9 +204,9 @@ lib_deps = kosme/arduinoFFT @ 1.6 lewisxhe/XPowersLib @ 0.2.4 lewisxhe/SensorLib @ 0.1.8 + mikalhart/TinyGPSPlus @ ^1.0.3 ; lib_ignore = ; IRremoteESP8266 ; ESP8266Audio ; arduinoFFT -