-
Notifications
You must be signed in to change notification settings - Fork 191
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_DS248x to 1.0.1 from 1.0.0: > Update ds248x_simpletest.py Updating https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI to 8.4.0 from 8.3.1: > Merge pull request adafruit/Adafruit_CircuitPython_ESP32SPI#209 from justmobilize/add-ap-info Updating https://github.com/adafruit/Adafruit_CircuitPython_ConnectionManager to 3.1.1 from 3.1.0: > Merge pull request adafruit/Adafruit_CircuitPython_ConnectionManager#21 from justmobilize/update-wiznet-version-check Updating https://github.com/adafruit/Adafruit_CircuitPython_Display_Text to 3.1.2 from 3.1.1: > Merge pull request adafruit/Adafruit_CircuitPython_Display_Text#208 from RetiredWizard/monoprecision Updating https://github.com/adafruit/Adafruit_CircuitPython_Requests to 4.1.1 from 4.0.0: > Merge pull request adafruit/Adafruit_CircuitPython_Requests#195 from DJDevon3/main > Merge pull request adafruit/Adafruit_CircuitPython_Requests#194 from justmobilize/post-file-as-data Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA: > Added the following libraries: Adafruit_CircuitPython_S35710, Adafruit_CircuitPython_HX711 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
60b5a32
commit fcefc5d
Showing
7 changed files
with
339 additions
and
336 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
Large diffs are not rendered by default.
Oops, something went wrong.
Submodule esp32spi
updated
7 files
Submodule connection_manager
updated
2 files
+7 −2 | adafruit_connection_manager.py | |
+10 −2 | tests/ssl_context_test.py |
Submodule display-text
updated
3 files
+5 −3 | adafruit_display_text/scrolling_label.py | |
+6 −1 | docs/conf.py | |
+1 −0 | requirements.txt |
Submodule requests
updated
3 files
+38 −22 | adafruit_requests.py | |
+224 −0 | examples/wifi/expanded/requests_wifi_rachio_irrigation.py | |
+23 −1 | tests/files_test.py |