Remove API and WIFI from vehicle beacons

This commit is contained in:
2025-05-02 20:24:55 +02:00
parent f86cb569b0
commit f8ef9d261d
4 changed files with 20 additions and 24 deletions

View File

@@ -37,11 +37,11 @@ esp32:
framework: framework:
type: esp-idf type: esp-idf
api: # api:
reboot_timeout: 0s # reboot_timeout: 0s
wifi: # wifi:
reboot_timeout: 0s # reboot_timeout: 0s
external_components: external_components:
- source: components - source: components
@@ -80,7 +80,6 @@ light:
rgb_order: GRB rgb_order: GRB
pin: 27 pin: 27
num_leds: 1 num_leds: 1
rmt_channel: 0
chipset: ws2812 chipset: ws2812
restore_mode: ALWAYS_OFF restore_mode: ALWAYS_OFF
effects: effects:

View File

@@ -37,11 +37,11 @@ esp32:
framework: framework:
type: esp-idf type: esp-idf
api: # api:
reboot_timeout: 0s # reboot_timeout: 0s
wifi: # wifi:
reboot_timeout: 0s # reboot_timeout: 0s
external_components: external_components:
- source: components - source: components
@@ -80,7 +80,6 @@ light:
rgb_order: GRB rgb_order: GRB
pin: 27 pin: 27
num_leds: 1 num_leds: 1
rmt_channel: 0
chipset: ws2812 chipset: ws2812
restore_mode: ALWAYS_OFF restore_mode: ALWAYS_OFF
effects: effects:

View File

@@ -36,24 +36,24 @@ esp32:
board: m5stack-atom board: m5stack-atom
framework: framework:
type: esp-idf type: esp-idf
version: 5.3.1 version: 5.3.2
platform_version: 6.9.0 platform_version: 53.03.11
external_components: external_components:
- source: components - source: components
packages: packages:
wifi: !include common/wifi.yaml # wifi: !include common/wifi.yaml
logger: !include common/logger.yaml logger: !include common/logger.yaml
# api: !include common/api.yaml # api: !include common/api.yaml
ota: !include common/ota.yaml # ota: !include common/ota.yaml
# common: !include common/common.yaml # common: !include common/common.yaml
# api: # api:
# reboot_timeout: 0s # reboot_timeout: 0s
wifi: # wifi:
reboot_timeout: 0s # reboot_timeout: 0s
# debug: # debug:
@@ -85,7 +85,6 @@ light:
rgb_order: GRB rgb_order: GRB
pin: 27 pin: 27
num_leds: 1 num_leds: 1
rmt_channel: 0
chipset: ws2812 chipset: ws2812
restore_mode: ALWAYS_OFF restore_mode: ALWAYS_OFF
effects: effects:

View File

@@ -37,18 +37,18 @@ esp32:
framework: framework:
type: esp-idf type: esp-idf
api: # api:
reboot_timeout: 0s # reboot_timeout: 0s
wifi: # wifi:
reboot_timeout: 0s # reboot_timeout: 0s
external_components: external_components:
- source: components - source: components
packages: packages:
common: !include common/logger.yaml common: !include common/logger.yaml
wifi: !include common/wifi.yaml # wifi: !include common/wifi.yaml
# common: !include common/common.yaml # common: !include common/common.yaml
# debug: # debug:
@@ -81,7 +81,6 @@ light:
rgb_order: GRB rgb_order: GRB
pin: 27 pin: 27
num_leds: 1 num_leds: 1
rmt_channel: 0
chipset: ws2812 chipset: ws2812
restore_mode: ALWAYS_OFF restore_mode: ALWAYS_OFF
effects: effects: