You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This library is a port of the
6
6
to Arduino for esp32 devices. It allows you to use several Arduino compatible ESP32 boards with Azure IoT Hub.
7
7
8
8
## Currently supported hardware
9
-
-ESP832 based boards with [esp32/arduino](https://github.com/espressif/arduino-esp32)
9
+
-ESP32 based boards with [esp32/arduino](https://github.com/espressif/arduino-esp32)
10
10
-[M5Stack](http://www.M5Stack.com)
11
11
12
12
It should also work for other esp32 boards.
@@ -23,7 +23,7 @@ You should have the following ready before beginning with any board:
23
23
24
24
1. Install esp32 board support into your Arduino IDE.
25
25
* Start Arduino and open Preferences window.
26
-
* Enter esp32 package URL into Additional Board Manager URLs field. You can add multiple URLs, separating them with commas.
26
+
* Enter esp32 package URL https://dl.espressif.com/dl/package_esp32_index.jsoninto Additional Board Manager URLs field. You can add multiple URLs, separating them with commas.
27
27
* Open Boards Manager from Tools > Board menu and install esp32 platform.
28
28
* Select your esp32 board from Tools > Board menu after installation
29
29
@@ -40,7 +40,7 @@ There are a couple of ways you can contribute to this repo:
40
40
-**Code**: Contribute bug fixes, features or design changes.
41
41
42
42
Contributions for code that is not esp32 Arduino-specific can be made to the
43
-
[Azuure IoT C SDK](https://github.com/azure/azure-iot-sdk-c)
43
+
[Azure IoT C SDK](https://github.com/azure/azure-iot-sdk-c)
0 commit comments