Skip to content

Commit 49b4b57

Browse files
committed
fix(pins): Adjust indentation for pin definitions
This commit improves the readability of the pin definitions by standardizing the indentation across the relevant sections. Signed-off-by: ChihoSin [email protected]
1 parent 7d9ec79 commit 49b4b57

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

variants/fobe_quill_esp32_s3_mesh/pins_arduino.h

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,27 +57,27 @@ static const uint8_t D13 = 17;
5757
*/
5858
#define PIN_SSD1312_SDA (14)
5959
#define PIN_SSD1312_SCL (13) // DC
60-
#define PIN_OLED_EN (12)
60+
#define PIN_OLED_EN (12)
6161

6262
/*
6363
* LoRa
6464
*/
65-
#define PIN_SX126X_NSS (45)
66-
#define PIN_SX126X_DIO1 (42)
67-
#define PIN_SX126X_BUSY (43)
65+
#define PIN_SX126X_NSS (45)
66+
#define PIN_SX126X_DIO1 (42)
67+
#define PIN_SX126X_BUSY (43)
6868
#define PIN_SX126X_RESET (44)
69-
#define PIN_SX126X_TXEN (-1)
70-
#define PIN_SX126X_RXEN (46)
69+
#define PIN_SX126X_TXEN (-1)
70+
#define PIN_SX126X_RXEN (46)
7171
#define SX126X_DIO2_AS_RF_SWITCH
7272
#define SX126X_DIO3_TCXO_VOLTAGE 1.8
7373

7474
/*
7575
* MFP Pins
7676
*/
77-
#define PIN_MFP1 (38)
78-
#define PIN_MFP2 (37)
79-
#define PIN_MFP3 (36)
80-
#define PIN_MFP4 (35)
77+
#define PIN_MFP1 (38)
78+
#define PIN_MFP2 (37)
79+
#define PIN_MFP3 (36)
80+
#define PIN_MFP4 (35)
8181
#define PIN_MFP_PWR (1)
8282

8383
#endif /* Pins_Arduino_h */

0 commit comments

Comments
 (0)