Skip to content

Commit 94d9439

Browse files
committed
Doc Fixes
1 parent a6cc376 commit 94d9439

10 files changed

+5
-5
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ To use this library, you will need to create an ESP32_SPI WifiManager, connected
7979
8080
Native Networking
8181
=================
82-
To use this library, with boards that have native networking support, you need to be connected to a network. You will also need to set the current time, as this is used to generate time-based authentication keys. One way to do this is by using the `Adafruit IoT Time Service <https://io.adafruit.com/api/docs/#time>`_ via the `Requests library <https://github.com/adafruit/Adafruit_CircuitPython_Requests/>_` with the following code:
82+
To use this library, with boards that have native networking support, you need to be connected to a network. You will also need to set the current time, as this is used to generate time-based authentication keys. One way to do this is by using the `Adafruit IoT Time Service <https://io.adafruit.com/api/docs/#time>`_ via the `Adafruit Requests library <https://github.com/adafruit/Adafruit_CircuitPython_Requests>`_ with the following code:
8383

8484
.. code-block:: python
8585

docs/examples.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
IoT Hub ESP32SPI Networking
2-
------------
2+
---------------------------
33

44
Ensure your IoT Hub device works with this simple test.
55

@@ -26,7 +26,7 @@ Update the reported properties of the devices device twin, and receive updates t
2626
:linenos:
2727

2828
IoT Central ESP32SPI Networking
29-
------------
29+
-------------------------------
3030

3131
Ensure your IoT Central device works with this simple test.
3232

@@ -53,7 +53,7 @@ Handle connection errors.
5353
:linenos:
5454

5555
IoT Hub Native Networking
56-
------------
56+
-------------------------
5757

5858
Ensure your IoT Hub device works with this simple test.
5959

@@ -80,7 +80,7 @@ Update the reported properties of the devices device twin, and receive updates t
8080
:linenos:
8181

8282
IoT Central Native Networking
83-
------------
83+
-----------------------------
8484

8585
Ensure your IoT Central device works with this simple test.
8686

0 commit comments

Comments
 (0)