1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-26 04:33:47 +00:00

Initial ESP32-H2 Support (#5498)

This commit is contained in:
Austin
2023-10-08 14:34:12 -04:00
committed by GitHub
parent 44e5b0c745
commit fa0dcac2c7
7 changed files with 80 additions and 16 deletions

View File

@@ -64,6 +64,7 @@ RMT_CHANNELS = {
esp32.const.VARIANT_ESP32S3: [0, 1, 2, 3],
esp32.const.VARIANT_ESP32C3: [0, 1],
esp32.const.VARIANT_ESP32C6: [0, 1],
esp32.const.VARIANT_ESP32H2: [0, 1],
}