Skip to content

Commit

Permalink
Update ini
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Jun 6, 2024
1 parent 67d466a commit ff6981c
Showing 1 changed file with 27 additions and 4 deletions.
31 changes: 27 additions & 4 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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

0 comments on commit ff6981c

Please sign in to comment.