Change framework to Arduino
This commit is contained in:
@@ -36,7 +36,8 @@ captive_portal:
|
|||||||
esp32:
|
esp32:
|
||||||
board: esp32dev
|
board: esp32dev
|
||||||
framework:
|
framework:
|
||||||
type: esp-idf
|
# type: esp-idf
|
||||||
|
type: arduino
|
||||||
# sdkconfig_options:
|
# sdkconfig_options:
|
||||||
# CONFIG_BT_ALLOCATION_FROM_SPIRAM_FIRST: "y"
|
# CONFIG_BT_ALLOCATION_FROM_SPIRAM_FIRST: "y"
|
||||||
# CONFIG_BT_BLE_DYNAMIC_ENV_MEMORY: "y"
|
# CONFIG_BT_BLE_DYNAMIC_ENV_MEMORY: "y"
|
||||||
@@ -87,14 +88,14 @@ i2s_audio:
|
|||||||
light:
|
light:
|
||||||
- id: light_led
|
- id: light_led
|
||||||
name: Light - LED
|
name: Light - LED
|
||||||
# platform: neopixelbus
|
platform: neopixelbus
|
||||||
platform: esp32_rmt_led_strip
|
# platform: esp32_rmt_led_strip
|
||||||
rgb_order: GRB
|
rgb_order: GRB
|
||||||
pin: GPIO33
|
pin: GPIO33
|
||||||
num_leds: 28
|
num_leds: 28
|
||||||
rmt_channel: 0
|
rmt_channel: 0
|
||||||
# chipset: ws2811
|
chipset: ws2811
|
||||||
chipset: ws2812
|
# chipset: ws2812
|
||||||
effects:
|
effects:
|
||||||
- addressable_rainbow:
|
- addressable_rainbow:
|
||||||
- addressable_rainbow:
|
- addressable_rainbow:
|
||||||
|
|||||||
Reference in New Issue
Block a user