From ba8e0a9a4b683b1fa11c70bb63991ba9dffd890e Mon Sep 17 00:00:00 2001 From: MathewHDYT <48954742+MathewHDYT@users.noreply.github.com> Date: Fri, 15 Nov 2024 09:28:05 +0100 Subject: [PATCH] Add new example to ESP32 workflow --- .github/workflows/esp32-compile.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/esp32-compile.yml b/.github/workflows/esp32-compile.yml index 8a9d4b28..fe843277 100644 --- a/.github/workflows/esp32-compile.yml +++ b/.github/workflows/esp32-compile.yml @@ -71,6 +71,7 @@ jobs: - examples/0011-esp8266_esp32_subscribe_OTA_MQTT/0011-esp8266_esp32_subscribe_OTA_MQTT.ino - examples/0012-esp8266_esp32_request_shared_attribute/0012-esp8266_esp32_request_shared_attribute.ino - examples/0013-esp8266_esp32_request_rpc/0013-esp8266_esp32_request_rpc.ino + - examples/0019_esp8266_esp32_send_attributes/0019_esp8266_esp32_send_attributes.ino sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}/${{ env.SKETCHES_REPORTS_NAME }} enable-warnings-report: 'true'