diff options
| author | hathach <[email protected]> | 2021-12-20 23:55:04 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-12-20 23:55:04 +0700 |
| commit | a4426794594da99093ea1dedf1925f8c22d61e69 (patch) | |
| tree | d55dad632295e35fa661ef24e01b819d1afed2ff /.github | |
| parent | 2ab3988d9fd7e5de6c556752709c3519877bdf7b (diff) | |
change ci to s3 to espressif_s3_devkitm
Diffstat (limited to '.github')
| -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 57dbf33e3..cc56a8b62 100644 --- a/.github/workflows/build_esp.yml +++ b/.github/workflows/build_esp.yml @@ -18,7 +18,7 @@ jobs: # ESP32-S2 - 'espressif_saola_1' # ESP32-S3 - #- 'espressif_addax_1' + - 'espressif_s3_devkitm' # S3 compile error with "dangerous relocation: call8: call target out of range: memcpy" steps: |
