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