Commit graph

80 commits

Author SHA1 Message Date
Alec Delaney
1f23a16e18 Lazily parse secrets data 2022-08-25 18:31:03 -04:00
Alec Delaney
a7d8e5dc0b Update version string 2022-08-16 18:09:16 -04:00
Keith Schincke
ad5bfd48d2 Add is_connected property to NetworkBase class
NetworkBase.is_connected calls _wifi.is_connected which calls esp.is_connected
2022-08-14 19:40:35 -04:00
Tim Wojtulewicz
be639ee962 Use the correct object for PinAlarm and TouchAlarm 2022-07-18 11:50:20 -07:00
Alec Delaney
64f585e74e Add docstrings for attributes 2022-07-09 18:11:07 -04:00
Neradoc
c4a42e9821 allow remove QR code 2022-06-30 03:35:48 +02:00
foamyguy
bcfaae874f
Merge pull request #70 from FoamyGuy/dont_require_secrets_if_no_network
Dont require secrets if no network
2022-04-25 10:12:50 -05:00
Alec Delaney
7166e56390 Add RuntimeError to except block 2022-04-18 18:47:05 -04:00
foamyguy
4656a446b0 code format 2022-04-18 16:50:38 -05:00
foamyguy
c4264077c9 swap raise and return 2022-04-18 16:38:55 -05:00
foamyguy
98ae744e70 add checks for network none and raise error if user attempting to use network features 2022-04-18 16:34:06 -05:00
Alec Delaney
bf326aaec2 Correct typo of "password" 2022-04-15 11:29:35 -04:00
Alec Delaney
a4bb40a282 Correct print state of network name 2022-04-15 11:28:54 -04:00
Alec Delaney
97a5fcb1af Allow for use of "networks" keyword for tring multiple network connections 2022-04-06 19:54:35 -04:00
Alec Delaney
ad4d7046e8 Try multiple wifi networks 2022-03-16 17:04:00 -04:00
Dan Halbert
17a8f45364
Merge pull request #64 from makermelissa/main
Update Connection Failure Exception to ConnectionError
2022-03-15 19:13:55 -04:00
Melissa LeBlanc-Williams
8c2119b295 Update Connection Failure Exception to ConnectionError 2022-03-15 15:55:06 -07:00
Melissa LeBlanc-Williams
a9bc7d7a0b
Merge pull request #62 from makermelissa/main
Added function to remove all text
2022-03-08 08:06:38 -08:00
Melissa LeBlanc-Williams
41a895c373 Add a Garbage Collect after removing stuff 2022-03-07 15:53:31 -08:00
Melissa LeBlanc-Williams
f463e6fb42 Remove labels as well 2022-03-07 15:51:41 -08:00
Melissa LeBlanc-Williams
2ecdf22f84 Added function to remove all text 2022-03-07 15:34:41 -08:00
Univers 47
5b2e602360
Update network.py
Modify the `wget()` method to optionally allow sending request headers.
2022-03-02 22:01:50 -07:00
Melissa LeBlanc-Williams
6d99d98c57 Fix set background for CircuitPython 7 2021-11-18 15:09:58 -08:00
Melissa LeBlanc-Williams
8e7d8103c4 Merge branch 'main' of https://github.com/adafruit/Adafruit_CircuitPython_PortalBase 2021-11-18 15:06:30 -08:00
dherrada
e32917ad0a Removed unnecessary pylint disable 2021-11-05 15:28:23 -04:00
dherrada
8e0f193668 Linted 2021-11-05 02:41:46 -04:00
Melissa LeBlanc-Williams
0513a07305 Add PinAlarm and TouchAlarm support 2021-11-03 11:51:22 -07:00
Melissa LeBlanc-Williams
e8fce42d71
Merge pull request #50 from makermelissa/fix_push_to_io
Add push_to_io optional params to wrapper
2021-09-30 07:59:16 -07:00
Melissa LeBlanc-Williams
1fc777dbf6 Add push_to_io optional params to wrapper 2021-09-15 14:00:37 -07:00
Melissa LeBlanc-Williams
07c40f1f51 Increase QR Code size range 2021-09-15 13:55:39 -07:00
Melissa LeBlanc-Williams
5fbba72964
Merge pull request #44 from lesamouraipourpre/ondiskbitmap-changes
Update the pixel_shader usage of OnDiskBitmap
2021-07-20 10:20:03 -07:00
Melissa LeBlanc-Williams
0550f86b0f Linted 2021-07-14 14:39:44 -07:00
Melissa LeBlanc-Williams
0396e0a357 Added docstring for new param 2021-07-14 14:34:10 -07:00
Melissa LeBlanc-Williams
8780e56a35 Added a maximum number of attempts for connecting to WiFi 2021-07-14 14:29:45 -07:00
James Carr
5b78812a65 Update the pixel_shader usage of OnDiskBitmap 2021-07-11 14:09:06 +01:00
dherrada
795871ed6a Added access to metadata and precision arguments 2021-07-09 14:06:51 -04:00
James Carr
3a19ef8658 Remove max_size parameter 2021-07-02 13:20:02 +01:00
Neradoc
dba799fde6
Don't add "..." to every label
The actual length of the text was not tested in set_text, the mere existence of `maxlen` was enough to shorten the string, or add `"..."` if the string was shorter than `maxlen - 3`.
2021-06-05 12:53:01 +02:00
Melissa LeBlanc-Williams
617f514165 Moar (Parenthesis) 2021-05-27 13:02:49 -07:00
Melissa LeBlanc-Williams
432864c299 Moar parenthesis :) 2021-05-27 12:51:41 -07:00
Melissa LeBlanc-Williams
9df325844d Add parenthesis 2021-05-27 12:36:20 -07:00
Melissa LeBlanc-Williams
7fe54b5c83 Fix index error if datafields outnumber values 2021-05-27 11:48:46 -07:00
Melissa LeBlanc-Williams
f384001f91 Make WiFi enabled settable 2021-04-28 10:11:11 -07:00
Melissa LeBlanc-Williams
61ca7fc5dc Provide missing parameter to RTD 2021-04-26 19:59:12 -07:00
slootsky
14b81dc0ff Merge branch 'main' of https://github.com/adafruit/Adafruit_CircuitPython_PortalBase into feature/fix_SPI_error
# Conflicts:
#	adafruit_portalbase/wifi_coprocessor.py
2021-04-26 16:58:10 -04:00
slootsky
1889ad24c6 removed import of busio 2021-04-26 12:42:29 -04:00
slootsky
0a638c406d fixed busio.SPI to board.SPI as per FoamyGuy
note: I don't have code that tests this line, so I can't confirm it.

Also, having trouble getting black to run correctly.
2021-04-26 12:24:24 -04:00
slootsky
d2f7961c6a whitespace change to force black to run 2021-04-26 12:20:13 -04:00
slootsky
ac02241e07 removed parameters to board.SPI as per suggestions from FoamyGuy 2021-04-26 08:43:01 -04:00
slootsky
6f1942d9d9 moved spi block to where it's needed 2021-04-25 23:20:22 -04:00