Skip to content

Commit c4bde16

Browse files
committed
Update README
1 parent 3ea9927 commit c4bde16

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ arduino-cli config init
9696
```
9797

9898
If you need additional boards, such as the esp32 boards, you can add them in the generated config file. More information on how to install the esp32 boards can be found <a href="./documentation/InstallArduinoESP32.md">here</a>.
99-
(_note: WARDuino requires at least version 2.0.2 of the esp32 board manager when using esp32 devices)_
99+
(_note: WARDuino requires at least version 3.0.0 of the esp32 board manager when using esp32 devices)_
100100

101101
Thirdly, make sure you install the `PubSubClient` and `Adafruit NeoPixel` library. (used for MQTT and pixel primitives)
102102

@@ -105,15 +105,15 @@ arduino-cli lib install "PubSubClient" # for MQTT
105105
arduino-cli lib install "Adafruit NeoPixel" # for some primitives
106106
```
107107

108-
To build for Arduino with WIFI support you need to also install the following third-party libraries.
109-
(You might need to set `enable_unsafe_install` to `true` in your arduino config)
108+
To build for Arduino with Wi-Fi support you need to also install the following third-party libraries.
109+
(You might need to set `enable_unsafe_install` to `true` in your Arduino config)
110110

111111
```bash
112112
arduino-cli lib install FreeRTOS
113113
arduino-cli lib install --git-url https://github.com/me-no-dev/AsyncTCP.git
114114
```
115115

116-
If you haven't done so already, clone (or symlink) this repository to `~/Arduino/libraries` to make WARDuino availible to Arduino.
116+
If you haven't done so already, clone (or symlink) this repository to `~/Arduino/libraries` to make WARDuino available to Arduino.
117117

118118

119119
After this initial installation steps you can start using WARDuino with the Arduino toolchain.
@@ -153,7 +153,7 @@ For a feature request or bug report, create a [GitHub issue](https://github.com/
153153

154154
## Acknowledgments
155155

156-
WARDuino by Robbert Gurdeep Singh, Tom Lauwaerts, Carlos Rojas Castillo, and Christophe Scholliers is licensed under a [MPL-2.0 License](./LICENSE).
156+
WARDuino by Robbert Gurdeep Singh, Tom Lauwaerts, Carlos Rojas Castillo, Maarten Steevens and Christophe Scholliers is licensed under a [MPL-2.0 License](./LICENSE).
157157
This is a derivative work of [kanaka/wac](https://github.com/kanaka/wac) by Joel Martin.
158158

159159
If you need to cite WARDuino in your research, use:

0 commit comments

Comments
 (0)