Skip to content

Commit e1f9b0b

Browse files
committed
pytest_embedded_arduino/app.py: Add ESP32-S3 to the list of supported
chips. Signed-off-by: Abdelatif Guettouche <[email protected]>
1 parent b22b45d commit e1f9b0b

File tree

1 file changed

+1
-0
lines changed
  • pytest-embedded-arduino/pytest_embedded_arduino

1 file changed

+1
-0
lines changed

pytest-embedded-arduino/pytest_embedded_arduino/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ class ArduinoApp(App):
2525
'esp32': [0x1000, 0x8000, 0x10000],
2626
'esp32s2': [0x1000, 0x8000, 0x10000],
2727
'esp32c3': [0x0, 0x8000, 0x10000],
28+
'esp32s3': [0x0, 0x8000, 0x10000],
2829
}
2930

3031
def __init__(

0 commit comments

Comments
 (0)