Added more details about PlatformIO (#5540)

* Added more details about PlatformIO

* Fixed typo
This commit is contained in:
Pedro Minatel
2022-02-28 13:06:28 +00:00
committed by GitHub
parent bf58ab65e9
commit d1f0d6c0fc
4 changed files with 93 additions and 22 deletions

View File

@ -66,6 +66,20 @@ Supported Operating Systems
.. |linux-logo| image:: _static/logo_linux.png
.. |macos-logo| image:: _static/logo_macos.png
Supported IDEs
---------------------------
Here is the list of supported IDE for Arduino ESP32 support integration.
+-------------------+-------------------+
| |arduino-logo| | |pio-logo| |
+-------------------+-------------------+
| Arduino IDE | PlatformIO |
+-------------------+-------------------+
.. |arduino-logo| image:: _static/logo_arduino.png
.. |pio-logo| image:: _static/logo_pio.png
See `Installing Guides <installing.html>`_ for more details on how to install the Arduino ESP32 support.
Support