Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 878 Bytes

community-sw-and-platforms.rst

File metadata and controls

22 lines (16 loc) · 878 Bytes

Community Software and Platforms

:link_to_translation:zh_CN:[中文]

body {counter-reset: h2} h2 {counter-reset: h3} h2:before {counter-increment: h2; content: counter(h2) ". "} h3:before {counter-increment: h3; content: counter(h2) "." counter(h3) ". "} h2.nocount:before, h3.nocount:before, { content: ""; counter-increment: none }

Can ESP32-SOLO-1 be developed using the Arduino software?

  • Currently, ESP32-SOLO-1 is not supported for development in the Arduino software.
  • If you still prefer to use Arduino to build your code, you can use Arduino-esp32 as an ESP-IDF component for development and testing.