Last active
January 2, 2022 11:18
-
-
Save agners/0540848dcb2eca2fc77b175366c9f696 to your computer and use it in GitHub Desktop.
ESPHome ESP32-C3 configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is a ESPHome yaml configuration skeleton for | |
# ESP32-C3 (RISC-V) based boards. | |
# It is known to work on ESP32-C3-DevKitM-1 | |
# This is using stable release of Arduino 2.0.2 as base | |
esphome: | |
name: esp32-c3-test | |
platformio_options: | |
board_build.flash_mode: dio | |
platform: https://github.com/platformio/platform-espressif32#feature/arduino-idf-master | |
platform_packages: | |
- framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#2.0.2 | |
esp32: | |
board: esp32-c3-devkitm-1 | |
framework: | |
type: arduino | |
variant: esp32c3 |
On v2021.12.3 there is one issue with I2C currently
Note: framework -> version
can't be used currently since Arduino Framework isn't officially available on PlatformIO yet.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On v2021.9.2 there are currently two issues:
captive_portal
orweb_server
).