File tree 2 files changed +6
-6
lines changed
variants/adafruit_qtpy_esp32
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5220,7 +5220,7 @@ adafruit_qtpy_esp32c3.menu.DebugLevel.verbose=Verbose
5220
5220
adafruit_qtpy_esp32c3.menu.DebugLevel.verbose.build.code_debug=5
5221
5221
5222
5222
5223
- adafruit_qtpy_esp32_pico.name=Adafruit QT Py ESP32 Pico
5223
+ adafruit_qtpy_esp32_pico.name=Adafruit QT Py ESP32
5224
5224
5225
5225
adafruit_qtpy_esp32_pico.upload.tool=esptool_py
5226
5226
adafruit_qtpy_esp32_pico.upload.maximum_size=1310720
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ static const uint8_t RX = 7;
20
20
#define TX1 32
21
21
#define RX1 7
22
22
23
- static const uint8_t SDA = 25 ;
23
+ static const uint8_t SDA = 4 ;
24
24
static const uint8_t SCL = 33 ;
25
25
26
26
static const uint8_t SDA1 = 22 ;
@@ -31,11 +31,11 @@ static const uint8_t MOSI = 13;
31
31
static const uint8_t MISO = 12 ;
32
32
static const uint8_t SCK = 14 ;
33
33
34
- static const uint8_t A0 = 15 ;
35
- static const uint8_t A1 = 4 ;
34
+ static const uint8_t A0 = 26 ;
35
+ static const uint8_t A1 = 25 ;
36
36
static const uint8_t A2 = 27 ;
37
- static const uint8_t A3 = 26 ;
38
- static const uint8_t A4 = 25 ;
37
+ static const uint8_t A3 = 15 ;
38
+ static const uint8_t A4 = 4 ;
39
39
static const uint8_t A5 = 33 ;
40
40
static const uint8_t A6 = 32 ;
41
41
static const uint8_t A7 = 7 ;
You can’t perform that action at this time.
0 commit comments