Do not require esp-idf on esp32-poe
Blinds is running on esp32-poe now, and there's no easy way of using cc1101 with idf.
This commit is contained in:
@@ -6,6 +6,11 @@ esphome:
|
||||
name: dasfoo.ruuvi
|
||||
version: "1.0"
|
||||
|
||||
esp32:
|
||||
# Required for BLE.
|
||||
framework:
|
||||
type: esp-idf
|
||||
|
||||
packages:
|
||||
device_base: !include templates/esp32-poe.yaml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user