From b13cc6a6bd0310b031a48263c4e1fdc5fc4ac2c3 Mon Sep 17 00:00:00 2001 From: Tomasz Duda Date: Tue, 5 Mar 2024 21:00:52 +0100 Subject: [PATCH] update config --- tests/test12.1.yaml | 65 --------------------------------------------- tests/test12.2.yaml | 7 +++-- tests/test12.3.yaml | 3 --- 3 files changed, 5 insertions(+), 70 deletions(-) delete mode 100644 tests/test12.1.yaml diff --git a/tests/test12.1.yaml b/tests/test12.1.yaml deleted file mode 100644 index 6e32516ba2..0000000000 --- a/tests/test12.1.yaml +++ /dev/null @@ -1,65 +0,0 @@ ---- -nrf52: - board: adafruit_itsybitsy_nrf52840 - framework: - variant: generic - -esphome: - name: nrf52-test-zephyr - -logger: - -switch: - - platform: gpio - pin: - number: 15 - inverted: true - mode: - output: true - id: gpio_15 - - -interval: - - interval: 100ms - then: - - switch.toggle: gpio_15 - -binary_sensor: - - platform: gpio - pin: - number: 9 - mode: INPUT_PULLUP - - id: gpio_9 - -sensor: - - platform: pulse_width - pin: P0.10 - id: gpio_10 - update_interval: 3s - - platform: uptime - name: Uptime Sensor - update_interval: 5s - -dfu: - reset_output: rest_gpio - -output: - - platform: gpio - pin: - number: 14 - inverted: true - mode: - output: true - id: rest_gpio - -debug: - update_interval: 1s - -text_sensor: - - platform: debug - device: - name: "Device Info" - reset_reason: - name: "Reset Reason" - diff --git a/tests/test12.2.yaml b/tests/test12.2.yaml index 326f4db8d8..fa4c3a57be 100644 --- a/tests/test12.2.yaml +++ b/tests/test12.2.yaml @@ -1,8 +1,9 @@ --- nrf52: # board: adafruit_itsybitsy_nrf52840 - # board: adafruit_feather_nrf52840 - board: nrf52840dk_nrf52840 + board: adafruit_feather_nrf52840 + # board: nrf52840dk_nrf52840 + # board: nrf5340dk_nrf5340_cpuapp # bootloader: adafruit # bootloader: mcuboot @@ -23,9 +24,11 @@ switch: mode: output: true id: gpio_15 + restore_mode: RESTORE_DEFAULT_OFF interval: - interval: 500ms + # - interval: 20s then: - switch.toggle: gpio_15 diff --git a/tests/test12.3.yaml b/tests/test12.3.yaml index 8c1753184f..311717a98e 100644 --- a/tests/test12.3.yaml +++ b/tests/test12.3.yaml @@ -1,9 +1,6 @@ --- nrf52: board: adafruit_itsybitsy_nrf52840 - framework: - type: zephyr - variant: nrf-sdk esphome: name: nrf52-test-nrf-adafruit