fix build for esp32
This commit is contained in:
@@ -53,6 +53,13 @@ def skip_example(example, board):
|
||||
token = token.strip("\"")
|
||||
_, opt_mcu = token.split("=")
|
||||
mcu = opt_mcu[len("OPT_MCU_"):]
|
||||
break
|
||||
if "esp32s2" in token:
|
||||
mcu = "ESP32S2"
|
||||
break
|
||||
if "esp32s3" in token:
|
||||
mcu = "ESP32S3"
|
||||
break
|
||||
|
||||
# Skip all OPT_MCU_NONE these are WIP port
|
||||
if mcu == "NONE":
|
||||
|
Reference in New Issue
Block a user