Skip to content

Commit 5e8ffb2

Browse files
authored
Update README.md
1 parent 29d647b commit 5e8ffb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This library is a port of the
66
to Arduino for esp32 devices. It allows you to use several Arduino compatible ESP32 boards with Azure IoT Hub.
77

88
## 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)
1010
- [M5Stack](http://www.M5Stack.com)
1111

1212
It should also work for other esp32 boards.
@@ -23,7 +23,7 @@ You should have the following ready before beginning with any board:
2323

2424
1. Install esp32 board support into your Arduino IDE.
2525
* 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.json into Additional Board Manager URLs field. You can add multiple URLs, separating them with commas.
2727
* Open Boards Manager from Tools > Board menu and install esp32 platform.
2828
* Select your esp32 board from Tools > Board menu after installation
2929

@@ -40,7 +40,7 @@ There are a couple of ways you can contribute to this repo:
4040
- **Code**: Contribute bug fixes, features or design changes.
4141

4242
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)
4444

4545
## Code of Conduct
4646

0 commit comments

Comments
 (0)