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
+5-5
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ arduino-cli config init
96
96
```
97
97
98
98
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 <ahref="./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)_
100
100
101
101
Thirdly, make sure you install the `PubSubClient` and `Adafruit NeoPixel` library. (used for MQTT and pixel primitives)
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.
117
117
118
118
119
119
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/
153
153
154
154
## Acknowledgments
155
155
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).
157
157
This is a derivative work of [kanaka/wac](https://github.com/kanaka/wac) by Joel Martin.
158
158
159
159
If you need to cite WARDuino in your research, use:
0 commit comments