Skip to content

Commit

Permalink
added basic support for ESP32 C3 (tested on M5Stamp C3)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Jul 12, 2022
1 parent 1b40bfc commit d7b86d0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,13 @@ src_filter = -<*> +<advanced/>
lib_deps =
${esp32_common.lib_deps}

[env:esp32-c3]
extends = esp32_common
board = esp32-c3-devkitm-1
framework = arduino
src_filter = -<*> +<advanced/>
lib_deps =
${esp32_common.lib_deps}



0 comments on commit d7b86d0

Please sign in to comment.