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
* Make use of PlatformIO default_envs option
Makes changing environments/platforms a breeze, no more (un-)commenting:
Simply use the "Switch PlatformIO Project Environment" control in
VSCode.
* Updated README.md to mention ESP32
Copy file name to clipboardExpand all lines: Microcontroller/Moppy2-Arduino/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,5 +2,6 @@
2
2
Device implementation for Moppy2 for microcontrollers that support the Arduino **framework**. Currently, the following boards are officially supported:
3
3
-**Arduino [Uno\*]** (via the Arduino IDE or PlatformIO)
4
4
-**ESP8266** (via PlatformIO)
5
+
-**ESP32** (via PlatformIO)
5
6
6
7
\* Most "Arduino" boards are extremely similar and should work fine, though if you're using PlatformIO you may need to modify `platformio.ini` to match your board-type.
0 commit comments