File tree 4 files changed +4
-2
lines changed
variants/adafruit_qtpy_esp32s3_nopsram
4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6940,8 +6940,7 @@ adafruit_qtpy_esp32s3.upload.tool=esptool_py
6940
6940
adafruit_qtpy_esp32s3.upload.maximum_size=1310720
6941
6941
adafruit_qtpy_esp32s3.upload.maximum_data_size=327680
6942
6942
adafruit_qtpy_esp32s3.upload.flags=
6943
- adafruit_qtpy_esp32s3.upload.extra_flags=
6944
- #adafruit_qtpy_esp32s3.upload.extra_flags=0x410000 "{runtime.platform.path}/variants/{build.variant}/tinyuf2.bin"
6943
+ adafruit_qtpy_esp32s3.upload.extra_flags=0x410000 "{runtime.platform.path}/variants/{build.variant}/tinyuf2.bin"
6945
6944
adafruit_qtpy_esp32s3.upload.use_1200bps_touch=true
6946
6945
adafruit_qtpy_esp32s3.upload.wait_for_upload_port=true
6947
6946
adafruit_qtpy_esp32s3.upload.speed=921600
Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ static const uint8_t RX = 16;
30
30
static const uint8_t SDA = 7 ;
31
31
static const uint8_t SCL = 6 ;
32
32
33
+ static const uint8_t SDA1 = 41 ;
34
+ static const uint8_t SCL1 = 40 ;
35
+
33
36
static const uint8_t SS = 42 ;
34
37
static const uint8_t MOSI = 35 ;
35
38
static const uint8_t SCK = 36 ;
You can’t perform that action at this time.
0 commit comments