Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -1148,3 +1148,6 @@
[submodule "libraries/drivers/sgp41"]
path = libraries/drivers/sgp41
url = https://github.com/adafruit/Adafruit_CircuitPython_SGP41.git
[submodule "libraries/helper/xteink_x4"]
path = libraries/helper/xteink_x4
Copy link
Copy Markdown
Contributor

@FoamyGuy FoamyGuy Mar 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like accidentally at the path /libraries/helper/ singular, instead of /libraries/helpers/ plural.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ahhh thanks, will fix

url = https://github.com/adafruit/Adafruit_CircuitPython_Xteink_X4.git
1 change: 1 addition & 0 deletions docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ specific boards.
Adafruit Qualia S3 (adafruit_qualia) <https://docs.circuitpython.org/projects/qualia/en/latest/>
PyBadger (PyBadge and PyGamer) (adafruit_pybadger) <https://docs.circuitpython.org/projects/pybadger/en/latest/>
MatrixPortal (Metro M4 Airlift + RGB Shield) (adafruit_matrixportal) <https://docs.circuitpython.org/projects/matrixportal/en/latest/>
Xteink X4 (adafruit_xteink_x4) <https://docs.circuitpython.org/projects/xteink_x4/en/latest/>
YotoPlayer (adafruit_yotoplayer) <https://docs.circuitpython.org/projects/yotoplayer/en/latest/>

Helper Libraries
Expand Down
1 change: 1 addition & 0 deletions libraries/helper/xteink_x4
Submodule xteink_x4 added at 334043