Skip to content

Commit ece1abe

Browse files
committed
docstring for new argument
1 parent 3f9f4a7 commit ece1abe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

adafruit_esp32s2tft/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ class ESP32S2TFT(PortalBase):
6363
portrait/rotated
6464
:param scale: Default scale is 1, but can be an integer of 1 or greater
6565
:param debug: Turn on debug print outs. Defaults to False.
66+
:param use_network: Enable network initialization. Defaults to True.
67+
Setting to False will allow you to use the library without a secrets.py
68+
file with wifi configuration in it.
6669
6770
"""
6871

0 commit comments

Comments
 (0)