diff options
| author | hathach <[email protected]> | 2023-11-29 17:09:52 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-11-29 17:09:52 +0700 |
| commit | 83840041a86d3893dc66e9a39cdace78158da011 (patch) | |
| tree | 90d5fda99c5296311f316a9ca7466ce994753c6d /.github/workflows | |
| parent | 9c9ebb342d2d3cb0396ff4ad8c7b09acd2aee75e (diff) | |
update esp32 to also be supported by hil test
test run locally well
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build_esp.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_esp.yml b/.github/workflows/build_esp.yml index 897616f09..4568695c2 100644 --- a/.github/workflows/build_esp.yml +++ b/.github/workflows/build_esp.yml @@ -32,7 +32,7 @@ jobs: # ESP32-S2 - 'espressif_kaluga_1' # ESP32-S3 - - 'espressif_s3_devkitm' + - 'espressif_s3_devkitc' steps: - name: Setup Python |
