Skip to content

Commit c8505f4

Browse files
committed
fixes per review
1 parent 383f509 commit c8505f4

File tree

2 files changed

+3
-219
lines changed

2 files changed

+3
-219
lines changed

adafruit_espatcontrol/adafruit_espatcontrol_wifimanager.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
`adafruit_espatcontrol_wifimanager`
2525
================================================================================
2626
27-
WiFi Manager for making ESP32 SPI as WiFi much easier
27+
WiFi Manager for making ESP32 AT Control as WiFi much easier
2828
29-
* Author(s): Melissa LeBlanc-Williams, ladyada
29+
* Author(s): Melissa LeBlanc-Williams, ladyada, Jerry Needell
3030
"""
3131

3232
# pylint: disable=no-name-in-module
@@ -37,7 +37,7 @@ class ESPAT_WiFiManager:
3737
"""
3838
A class to help manage the Wifi connection
3939
"""
40-
def __init__(self, esp, secrets, status_pixel, attempts=2):
40+
def __init__(self, esp, secrets, status_pixel=None, attempts=2):
4141
"""
4242
:param ESP_SPIcontrol esp: The ESP object we are using
4343
:param dict secrets: The WiFi and Adafruit IO secrets dict (See examples)

adafruit_espatcontrol/adafruit_espatcontrol_wifimanager.py.save

Lines changed: 0 additions & 216 deletions
This file was deleted.

0 commit comments

Comments
 (0)