Skip to content

Commit 70b263d

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 154cc5c commit 70b263d

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed
-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# Name, Type, SubType, Offset, Size, Flags
22
nvs, data, nvs, 0x9000, 0x5000,
33
factory, app, factory, 0x10000, 0x3F0000,
4-

Diff for: variants/ws_esp32_s3_matrix/pins_arduino.h

100755100644
+10-10
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
#define USB_SERIAL ""
1515

1616
// Onboard 8 x 8 Matrix panel
17-
#define WS_MATRIX_DIN 14
17+
#define WS_MATRIX_DIN 14
1818

1919
// Onboard QMI8658 IMU
20-
#define WS_IMU_SDA 11
21-
#define WS_IMU_SCL 12
22-
#define WS_IMU_ADDRESS 0x6B
23-
#define WS_IMU_INT1 10
24-
#define WS_IMU_INT2 13
20+
#define WS_IMU_SDA 11
21+
#define WS_IMU_SCL 12
22+
#define WS_IMU_ADDRESS 0x6B
23+
#define WS_IMU_INT1 10
24+
#define WS_IMU_INT2 13
2525

2626
// UART0 pins
2727
static const uint8_t TX = 43;
@@ -32,10 +32,10 @@ static const uint8_t SDA = 11;
3232
static const uint8_t SCL = 12;
3333

3434
// Mapping based on the ESP32S3 data sheet - alternate for SPI2
35-
static const uint8_t SS = 34; // FSPICS0
36-
static const uint8_t MOSI = 35; // FSPID
37-
static const uint8_t MISO = 37; // FSPIQ
38-
static const uint8_t SCK = 36; // FSPICLK
35+
static const uint8_t SS = 34; // FSPICS0
36+
static const uint8_t MOSI = 35; // FSPID
37+
static const uint8_t MISO = 37; // FSPIQ
38+
static const uint8_t SCK = 36; // FSPICLK
3939

4040
// Analog capable pins on the header
4141
static const uint8_t A0 = 1;

0 commit comments

Comments
 (0)