-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated update by Adabot (adafruit/adabot@d723e94)
Updating https://github.com/adafruit/Adafruit_CircuitPython_BME280 to 2.6.25 from 2.6.24: > Merge pull request adafruit/Adafruit_CircuitPython_BME280#69 from rwmanos/patch-1 Updating https://github.com/adafruit/Adafruit_CircuitPython_BME680 to 3.7.8 from 3.7.6: > Merge pull request adafruit/Adafruit_CircuitPython_BME680#73 from FoamyGuy/precommit_copyright > Merge pull request adafruit/Adafruit_CircuitPython_BME680#70 from justmobilize/ruff-updates Updating https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_SH1106 to 1.4.0 from 1.3.3: > Merge pull request adafruit/Adafruit_CircuitPython_DisplayIO_SH1106#19 from EAGrahamJr/issue-16 Updating https://github.com/adafruit/Adafruit_CircuitPython_EMC2101 to 1.2.6 from 1.2.5: > Merge pull request adafruit/Adafruit_CircuitPython_EMC2101#34 from rpavlik/fix-name Updating https://github.com/adafruit/Adafruit_CircuitPython_IS31FL3731 to 3.4.1 from 3.4.0: > Merge pull request adafruit/Adafruit_CircuitPython_IS31FL3731#55 from grandinquisitor/main Updating https://github.com/adafruit/Adafruit_CircuitPython_PyPortal to 6.3.4 from 6.3.3: > Merge pull request adafruit/Adafruit_CircuitPython_PyPortal#134 from justmobilize/ruff-updates Updating https://github.com/adafruit/Adafruit_CircuitPython_NTP to 3.3.0 from 3.2.0: > Merge pull request adafruit/Adafruit_CircuitPython_NTP#39 from mMerlin/main Updating https://github.com/adafruit/Adafruit_CircuitPython_PortalBase to 2.1.1 from 2.1.0: > Merge pull request adafruit/Adafruit_CircuitPython_PortalBase#102 from justmobilize/ruff-updates Updating https://github.com/adafruit/Adafruit_CircuitPython_Requests to 4.1.6 from 4.1.4: > Merge pull request adafruit/Adafruit_CircuitPython_Requests#202 from FoamyGuy/precommit_copyright > Merge pull request adafruit/Adafruit_CircuitPython_Requests#173 from justmobilize/ruff-updates Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA: > Updated download stats for the libraries
- Loading branch information
1 parent
75d42f5
commit f631081
Showing
10 changed files
with
340 additions
and
340 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Submodule bme280
updated
2 files
+1 −1 | examples/bme280_normal_mode.py | |
+1 −0 | examples/bme280_simpletest.py |
Submodule bme680
updated
11 files
+5 −0 | .gitattributes | |
+11 −31 | .pre-commit-config.yaml | |
+0 −399 | .pylintrc | |
+3 −3 | README.rst | |
+30 −56 | adafruit_bme680.py | |
+8 −6 | docs/conf.py | |
+1 −0 | docs/requirements.txt | |
+5 −5 | examples/bme680_displayio_simpletest.py | |
+2 −0 | examples/bme680_simpletest.py | |
+2 −0 | examples/bme680_spi.py | |
+99 −0 | ruff.toml |
Submodule emc2101
updated
4 files
+19 −0 | .mailmap | |
+1 −1 | adafruit_emc2101/emc2101_ext.py | |
+1 −1 | adafruit_emc2101/emc2101_fanspeed.py | |
+1 −1 | adafruit_emc2101/emc2101_lut.py |
Submodule pyportal
updated
13 files
+5 −0 | .gitattributes | |
+11 −31 | .pre-commit-config.yaml | |
+0 −399 | .pylintrc | |
+3 −3 | README.rst | |
+9 −16 | adafruit_pyportal/__init__.py | |
+2 −6 | adafruit_pyportal/graphics.py | |
+13 −21 | adafruit_pyportal/network.py | |
+11 −22 | adafruit_pyportal/peripherals.py | |
+2 −6 | docs/conf.py | |
+3 −6 | examples/pyportal_internet_json_fetching.py | |
+1 −0 | examples/pyportal_qrcode_generation.py | |
+1 −1 | examples/pyportal_simpletest.py | |
+99 −0 | ruff.toml |
Submodule ntp
updated
3 files
+68 −37 | adafruit_ntp.py | |
+11 −6 | examples/ntp_set_rtc.py | |
+11 −6 | examples/ntp_simpletest.py |
Submodule portalbase
updated
12 files
+5 −0 | .gitattributes | |
+11 −31 | .pre-commit-config.yaml | |
+0 −399 | .pylintrc | |
+3 −3 | README.rst | |
+10 −16 | adafruit_portalbase/__init__.py | |
+5 −10 | adafruit_portalbase/graphics.py | |
+37 −69 | adafruit_portalbase/network.py | |
+4 −3 | adafruit_portalbase/wifi_coprocessor.py | |
+4 −5 | adafruit_portalbase/wifi_esp32s2.py | |
+2 −6 | docs/conf.py | |
+0 −1 | examples/portalbase_simpletest.py | |
+99 −0 | ruff.toml |
Submodule requests
updated
41 files