We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 556f33e + 8031063 commit 452a139Copy full SHA for 452a139
docs/api.rst
@@ -7,3 +7,9 @@
7
8
.. automodule:: adafruit_portalbase.network
9
:members:
10
+
11
+.. automodule:: adafruit_portalbase.wifi_esp32s2
12
+ :members:
13
14
+.. automodule:: adafruit_portalbase.wifi_coprocessor
15
docs/conf.py
@@ -29,6 +29,8 @@
29
"rtc",
30
"ssl",
31
"secrets",
32
+ "wifi",
33
+ "socketpool",
34
]
35
36
intersphinx_mapping = {
0 commit comments