Commit graph

54 commits

Author SHA1 Message Date
Brent Rubell
ea860b2993
Merge pull request #57 from mscosti/ap_mode
Add Access point mode
2019-08-19 11:03:33 -04:00
Matt Costi
a349bac38c add protected and unprotected AP code snippets to wsgi server demo 2019-08-11 17:53:07 -04:00
brentru
ac131da4e3 newline 2019-07-29 11:45:46 -04:00
brentru
db246edfa6 update to _requests 2019-07-29 11:43:08 -04:00
Matt Costi
eb1a8b0fe0 wrap argument list instead of disabling lint rule 2019-07-21 22:27:32 -04:00
Matt Costi
d1c581fcce Merge branch 'master' of https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI into ap_mode 2019-07-21 17:29:53 -04:00
Matt Costi
917ef2dd5d Address PR comments 2019-07-21 17:18:18 -04:00
Dustin Mollo
5c7a735c65 more fix-ups from rebase; fixed param defs in __init__ 2019-07-14 16:14:26 -07:00
Dustin Mollo
bb679e8d8f fix a regression due to the rebase'ing... 2019-07-14 16:08:38 -07:00
Dustin Mollo
7bc0ec6664 merged conflicts 2019-07-13 12:05:33 -07:00
Dustin Mollo
5931c1ba1e merged conflicts 2019-07-13 12:05:13 -07:00
Dustin Mollo
0c07ceb51c merged conflicts 2019-07-13 12:02:08 -07:00
Dustin Mollo
447955a76f merged conflicts 2019-07-13 12:00:07 -07:00
Dustin Mollo
cbc790133d merged conflicts 2019-07-13 11:56:19 -07:00
Dustin Mollo
bce6bfa28b merged conflicts 2019-07-13 11:55:01 -07:00
Dustin Mollo
a492dda93d merged conflicts 2019-07-13 11:53:09 -07:00
Dustin Mollo
1e77ef5e54 merged conflicts 2019-07-13 11:50:22 -07:00
Matt Costi
7c1eaacb27 Merge branch 'master' of https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI into ap_mode 2019-07-12 18:44:40 -04:00
brentru
54bcb5a53a make ._esp public 2019-07-11 12:06:53 -04:00
Matt Costi
d0ee4954bd appease pylint 2019-07-10 22:55:11 -04:00
Matt Costi
f6e16950ea Add more docs and fix linting 2019-07-10 22:43:46 -04:00
Matt Costi
45cf5c1df7 - Can now create AP w/out passphrase
- channel needed to be in hex byte format.
- Add begining of a server example example program.
- TODO: figure out why cannot create AP w/ passphrase
2019-07-05 12:54:34 -04:00
mscosti
b9befbf6d6 add access point creation SPI commands and wifimanager helper 2019-06-29 00:37:14 -04:00
brentru
aeae91ec1d test the pixel attributes within pixel_status 2019-06-11 12:11:30 -04:00
brentru
d21b70993a add an externally defined rgbled status_led to _wifimanager 2019-06-11 10:32:35 -04:00
Craig Forbes
4ebc502faf Fix import so debug works in ESPSPI_WiFiManager.
Made status_pixed optional to match docs.
2019-04-25 21:09:15 -05:00
Melissa LeBlanc-Williams
aaa5631a6c
Merge pull request #17 from brentru/update-comments-for-pixel
Change neopixel comments to pixel
2019-02-26 19:45:09 -08:00
Melissa LeBlanc-Williams
f4052883a1
Merge pull request #18 from brentru/expose-rssi
expose rssi from a method in wifimanager
2019-02-26 19:44:30 -08:00
brentru
3ad86b37c6 switch to status led 2019-02-26 22:04:44 -05:00
brentru
ce5a9f507a expose rssi from a method in wifimanager 2019-02-26 18:53:00 -05:00
brentru
1fee9ce300 neopixel->pixel in comments 2019-02-26 18:44:33 -05:00
brentru
6ce69bde35 expose the IP address from wifimanager 2019-02-26 18:33:18 -05:00
Melissa LeBlanc-Williams
24e42bad50
Linting 2019-02-26 10:51:40 -08:00
Melissa LeBlanc-Williams
93545d741b
Fixed docstring for neopixel 2019-02-26 10:48:08 -08:00
Melissa LeBlanc-Williams
d1a3a4281f Abstracted Status Pixel to make DotStar usable 2019-02-26 09:59:47 -08:00
ladyada
1434532c71 update settings to secrets 2019-02-23 17:23:51 -05:00
Melissa LeBlanc-Williams
2bd2a3b9d2 Changed WiFi is use to blue because yellow can mean safe mode/error 2019-02-19 09:40:52 -08:00
Melissa LeBlanc-Williams
41f7c256e1 Small bug fix 2019-02-19 08:52:18 -08:00
Melissa LeBlanc-Williams
b878f96583 Removed attempt code from get/post. Examples reset. 2019-02-19 08:49:42 -08:00
Melissa LeBlanc-Williams
73c4a56ba8 Merge branch 'master' of https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI 2019-02-19 08:15:36 -08:00
brentru
ef08587ff1 expose put/patch/delete methods from _requests in _wifimanager 2019-02-19 10:26:22 -05:00
Melissa LeBlanc-Williams
4b56b5403a Actually saved before pushing code this time 2019-02-18 11:15:30 -08:00
Melissa LeBlanc-Williams
cd633725d2 Added reset to the get and post methods on error 2019-02-18 10:59:11 -08:00
Melissa LeBlanc-Williams
3034250354 Fixed error introduced from Linting 2019-02-18 10:12:45 -08:00
Melissa LeBlanc-Williams
8be610cd4b Linting 2019-02-18 09:51:29 -08:00
Melissa LeBlanc-Williams
a7b8d4aa8c Added reset after a certain number of attempts 2019-02-18 09:46:26 -08:00
Melissa LeBlanc-Williams
4685648a81 Removed error only showing on debug 2019-02-15 08:46:43 -08:00
Melissa LeBlanc-Williams
3418eb034e Line was too long 2019-02-14 20:00:00 -08:00
Melissa LeBlanc-Williams
edefde7d4f Added parameters to docstrings 2019-02-14 19:56:19 -08:00
Melissa LeBlanc-Williams
e6810e5b86 Following ladyada's lead 2019-02-14 18:04:59 -08:00