From 4c417df07759af0c3373459516076cae1ab3cdb4 Mon Sep 17 00:00:00 2001 From: MathewHDYT <48954742+MathewHDYT@users.noreply.github.com> Date: Fri, 15 Nov 2024 12:37:11 +0100 Subject: [PATCH] Fix missing file error --- .github/workflows/esp32-compile.yml | 2 +- .github/workflows/esp8266-compile.yml | 2 +- ...nd_attributes.ino => 0019-esp8266_esp32_send_attributes.ino} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename examples/0019-esp8266_esp32_send_attributes/{0019_esp8266_esp32_send_attributes.ino => 0019-esp8266_esp32_send_attributes.ino} (100%) diff --git a/.github/workflows/esp32-compile.yml b/.github/workflows/esp32-compile.yml index 69df085a..ed157c17 100644 --- a/.github/workflows/esp32-compile.yml +++ b/.github/workflows/esp32-compile.yml @@ -71,7 +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 + - 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' diff --git a/.github/workflows/esp8266-compile.yml b/.github/workflows/esp8266-compile.yml index 3fc4dae2..54735cb3 100644 --- a/.github/workflows/esp8266-compile.yml +++ b/.github/workflows/esp8266-compile.yml @@ -70,7 +70,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 + - 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' diff --git a/examples/0019-esp8266_esp32_send_attributes/0019_esp8266_esp32_send_attributes.ino b/examples/0019-esp8266_esp32_send_attributes/0019-esp8266_esp32_send_attributes.ino similarity index 100% rename from examples/0019-esp8266_esp32_send_attributes/0019_esp8266_esp32_send_attributes.ino rename to examples/0019-esp8266_esp32_send_attributes/0019-esp8266_esp32_send_attributes.ino