Skip to content

Commit 3367ccf

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 0730fab commit 3367ccf

File tree

14 files changed

+20
-20
lines changed

14 files changed

+20
-20
lines changed

variants/Pcbcupid_GLYPH_C3/pins_arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ static const uint8_t LED_BUILTIN = 1;
1111
//MSR Used in on-board battery measurement
1212
static const uint8_t BAT_MEASURE = 0;
1313
#define BAT_VOLT_PIN BAT_MEASURE
14-
#define MSR BAT_MEASURE
14+
#define MSR BAT_MEASURE
1515

1616
static const uint8_t TX = 21;
1717
static const uint8_t RX = 20;

variants/Pcbcupid_GLYPH_C6/pins_arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ static const uint8_t LED_BUILTIN = 14;
1111
//MSR Used in on-board battery measurement
1212
static const uint8_t BAT_MEASURE = 0;
1313
#define BAT_VOLT_PIN BAT_MEASURE
14-
#define MSR BAT_MEASURE
14+
#define MSR BAT_MEASURE
1515

1616
static const uint8_t TX = 16;
1717
static const uint8_t RX = 17;

variants/Pcbcupid_GLYPH_H2/pins_arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ static const uint8_t LED_BUILTIN = 0;
1111
//MSR Used in on-board battery measurement
1212
static const uint8_t BAT_MEASURE = 1;
1313
#define BAT_VOLT_PIN BAT_MEASURE
14-
#define MSR BAT_MEASURE
14+
#define MSR BAT_MEASURE
1515

1616
static const uint8_t TX = 24;
1717
static const uint8_t RX = 23;

variants/cytron_maker_feather_aiot_s3/pins_arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ static const uint8_t RGB_BUILTIN = SOC_GPIO_PIN_COUNT + 46; // RGB LED.
2929

3030
#define VIN 13 // Vin Sense.
3131
#define VBATT 13
32-
#define BAT_VOLT_PIN VBATT
32+
#define BAT_VOLT_PIN VBATT
3333
#define VOLTAGE_MONITOR 13
3434

3535
static const uint8_t TX = 15;

variants/fobe_quill_esp32s3_mesh/pins_arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/*
1818
* Battery
1919
*/
20-
#define PIN_VBAT (10)
20+
#define PIN_VBAT (10)
2121
#define BAT_VOLT_PIN PIN_VBAT
2222

2323
/*

variants/fri3d_2024_esp32s3/pins_arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ static const uint8_t SCK = 7;
3535
#define PIN_BLASTER 10
3636
#define PIN_BUZZER 46
3737
#define PIN_BATTERY 13
38-
#define BAT_VOLT_PIN PIN_BATTERY
38+
#define BAT_VOLT_PIN PIN_BATTERY
3939

4040
#define PIN_SDCARD_CS SS
4141

variants/roboheart_hercules/pins_arduino.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
#define TXD1 17
3030

3131
// GSM Vela connector board pins
32-
#define GSM_PWRKEY 12
33-
#define GSM_DTR 13
34-
#define GSM_CTS 15
35-
#define GSM_RTS 14
36-
#define GSM_TX TXD1
37-
#define GSM_RX RXD1
38-
#define BATTERY_PIN 36 // Battery ADC pin
32+
#define GSM_PWRKEY 12
33+
#define GSM_DTR 13
34+
#define GSM_CTS 15
35+
#define GSM_RTS 14
36+
#define GSM_TX TXD1
37+
#define GSM_RX RXD1
38+
#define BATTERY_PIN 36 // Battery ADC pin
3939
#define BAT_VOLT_PIN BATTERY_PIN
4040

4141
static const uint8_t TX = 35;

variants/watchy/pins_arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ static const uint8_t RTC_INT_PIN = 27;
3030
static const uint8_t UP_BTN_PIN = 32;
3131
static const uint8_t BATT_ADC_PIN = 33;
3232
#define BAT_VOLT_PIN BATT_ADC_PIN
33-
#define RTC_TYPE 1 //DS3231
33+
#define RTC_TYPE 1 //DS3231
3434
#elif defined(ARDUINO_WATCHY_V15)
3535
static const uint8_t UP_BTN_PIN = 32;
3636
static const uint8_t BATT_ADC_PIN = 35;

variants/waveshare_esp32_s3_lcd_169/pins_arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#define WS_SYS_EN 35
4141

4242
// Partial voltage measurement method
43-
#define WS_BAT_ADC 1
43+
#define WS_BAT_ADC 1
4444
#define BAT_VOLT_PIN WS_BAT_ADC
4545

4646
// UART0 pins

variants/waveshare_esp32_s3_touch_amoled_143/pins_arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
// RTC
3232
#define RTC_INT 15
3333
// Partial voltage measurement method
34-
#define BAT_ADC 4
34+
#define BAT_ADC 4
3535
#define BAT_VOLT_PIN BAT_ADC
3636
// Onboard QMI8658 IMU
3737
#define QMI_INT1 8

0 commit comments

Comments
 (0)