Skip to content

Commit

Permalink
Merge branch 'feature/support_esp32c6_ota_with_github_firmware' into …
Browse files Browse the repository at this point in the history
…'master'

feat: Supported the ota on esp32c6 with github firmware

See merge request application/esp-at!1671
  • Loading branch information
xcguang committed Nov 20, 2024
2 parents 9d5655e + 2472b2a commit 760e656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_template_esp32c6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
cd components/at/private_include
rm -f at_ota_token.h
echo -e "#pragma once" >> at_ota_token.h
echo -e "#define CONFIG_ESP_AT_OTA_TOKEN_ESP32C6_4MB \"${{ secrets.AT_OTA_TOKEN_ESP32C6_4MB }}\"" >> at_ota_token.h
echo -e "#define CONFIG_ESP_AT_OTA_SSL_TOKEN_ESP32C6_4MB \"${{ secrets.AT_OTA_TOKEN_ESP32C6_4MB }}\"" >> at_ota_token.h
echo -e "#define CONFIG_ESP_AT_OTA_TOKEN_ESP32C6_4MB \"${{ secrets.ESP32C6_4MB_TOKEN }}\"" >> at_ota_token.h
echo -e "#define CONFIG_ESP_AT_OTA_SSL_TOKEN_ESP32C6_4MB \"${{ secrets.ESP32C6_4MB_TOKEN }}\"" >> at_ota_token.h
cd -
- name: Install ESP-IDF environment variables
run: |
Expand Down

0 comments on commit 760e656

Please sign in to comment.