ci: Enable target tests for esp32c6

This commit is contained in:
Song Ruo Jing
2022-11-09 15:28:20 +08:00
parent 6a450c4113
commit 8efca13905
6 changed files with 119 additions and 1 deletions

View File

@@ -628,7 +628,7 @@ class ESP32C6DUT(IDFDUT):
@classmethod
def get_rom(cls):
return targets.ESP32C6BETAROM
return targets.ESP32C6ROM
class ESP32H4DUT(IDFDUT):