-
Notifications
You must be signed in to change notification settings - Fork 963
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove BMA-423 and STK8X by default (#5429)
* Remove BMA-423 by default * STK * Wrong macro * Helps if you include the file
- Loading branch information
1 parent
fcfb197
commit f2ee0df
Showing
9 changed files
with
21 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -154,15 +154,11 @@ lib_deps = | |
sparkfun/SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino [email protected] | ||
ClosedCube [email protected] | ||
emotibit/EmotiBit [email protected] | ||
dfrobot/[email protected] | ||
sparkfun/SparkFun MAX3010x Pulse and Proximity Sensor [email protected] | ||
adafruit/Adafruit MLX90614 [email protected] | ||
|
||
https://github.com/boschsensortec/Bosch-BSEC2-Library#v1.7.2502 | ||
boschsensortec/BME68x Sensor [email protected] | ||
https://github.com/KodinLanewave/[email protected] | ||
lewisxhe/[email protected] | ||
mprograms/[email protected] | ||
|
||
dfrobot/[email protected] | ||
https://github.com/meshtastic/DFRobot_LarkWeatherStation#4de3a9cadef0f6a5220a8a906cf9775b02b0040d | ||
https://github.com/gjelsoe/STK8xxx-Accelerometer.git#v0.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,10 +9,12 @@ build_flags = ${esp32_base.build_flags} | |
-DT_WATCH_S3 | ||
-Ivariants/t-watch-s3 | ||
-DPCF8563_RTC=0x51 | ||
-DHAS_BMA423=1 | ||
|
||
lib_deps = ${esp32s3_base.lib_deps} | ||
lovyan03/LovyanGFX@^1.1.9 | ||
lewisxhe/[email protected] | ||
adafruit/Adafruit DRV2605 Library@^1.2.2 | ||
earlephilhower/ESP8266Audio@^1.9.9 | ||
earlephilhower/ESP8266SAM@^1.0.1 | ||
earlephilhower/ESP8266SAM@^1.0.1 | ||
lewisxhe/[email protected] |