From e1f9b0b1ea6e53b458b8c7bb595153631ff9c0d0 Mon Sep 17 00:00:00 2001 From: Abdelatif Guettouche Date: Thu, 10 Mar 2022 18:13:16 +0100 Subject: [PATCH] pytest_embedded_arduino/app.py: Add ESP32-S3 to the list of supported chips. Signed-off-by: Abdelatif Guettouche --- pytest-embedded-arduino/pytest_embedded_arduino/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest-embedded-arduino/pytest_embedded_arduino/app.py b/pytest-embedded-arduino/pytest_embedded_arduino/app.py index 1c0600da..3bac3d26 100644 --- a/pytest-embedded-arduino/pytest_embedded_arduino/app.py +++ b/pytest-embedded-arduino/pytest_embedded_arduino/app.py @@ -25,6 +25,7 @@ class ArduinoApp(App): 'esp32': [0x1000, 0x8000, 0x10000], 'esp32s2': [0x1000, 0x8000, 0x10000], 'esp32c3': [0x0, 0x8000, 0x10000], + 'esp32s3': [0x0, 0x8000, 0x10000], } def __init__(