Skip to content

Commit c90deaa

Browse files
committed
fix formatting
1 parent 28749c8 commit c90deaa

3 files changed

Lines changed: 16 additions & 16 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Apply board specific content here
2-
set(IDF_TARGET "esp32s3")
2+
set(IDF_TARGET "esp32s3")

ports/espressif/boards/waveshare_esp32_s3_eth_8di_8ro/board.h

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
// Enter UF2 mode if GPIO is pressed while 2nd stage bootloader indicator
3333
// is on e.g RGB = Purple. If it is GPIO0, user should not hold this while
3434
// reset since that will instead run the 1st stage ROM bootloader
35-
#define PIN_BUTTON_UF2 0
35+
#define PIN_BUTTON_UF2 0
3636

3737
// GPIO that implement 1-bit memory with RC components which hold the
3838
// pin value long enough for double reset detection.
@@ -43,29 +43,29 @@
4343
//--------------------------------------------------------------------+
4444

4545
// GPIO connected to Neopixel data
46-
#define NEOPIXEL_PIN 38
46+
#define NEOPIXEL_PIN 38
4747

4848
// Brightness percentage from 1 to 255
49-
#define NEOPIXEL_BRIGHTNESS 0x10
49+
#define NEOPIXEL_BRIGHTNESS 0x10
5050

5151
// Number of neopixels
52-
#define NEOPIXEL_NUMBER 1
52+
#define NEOPIXEL_NUMBER 1
5353

5454
// Invert Neopixel red and green
55-
#define NEOPIXEL_INVERT_RG 1
55+
#define NEOPIXEL_INVERT_RG 1
5656

5757
//--------------------------------------------------------------------+
5858
// USB UF2
5959
//--------------------------------------------------------------------+
6060

61-
#define USB_VID 0x303a
62-
#define USB_PID 0x83A3
63-
#define USB_MANUFACTURER "Waveshare Electronics"
64-
#define USB_PRODUCT "ESP32-S3-ETH-8DI-8RO"
61+
#define USB_VID 0x303a
62+
#define USB_PID 0x83A3
63+
#define USB_MANUFACTURER "Waveshare Electronics"
64+
#define USB_PRODUCT "ESP32-S3-ETH-8DI-8RO"
6565

66-
#define UF2_PRODUCT_NAME USB_MANUFACTURER " " USB_PRODUCT
67-
#define UF2_BOARD_ID "ESP32S3-ETH8DI8RO-v1.0"
68-
#define UF2_VOLUME_LABEL "WSRELAYBOOT"
69-
#define UF2_INDEX_URL "https://www.waveshare.com/esp32-s3-eth-8di-8ro.htm"
66+
#define UF2_PRODUCT_NAME USB_MANUFACTURER " " USB_PRODUCT
67+
#define UF2_BOARD_ID "ESP32S3-ETH8DI8RO-v1.0"
68+
#define UF2_VOLUME_LABEL "WSRELAYBOOT"
69+
#define UF2_INDEX_URL "https://www.waveshare.com/esp32-s3-eth-8di-8ro.htm"
7070

71-
#endif
71+
#endif

ports/espressif/boards/waveshare_esp32_s3_eth_8di_8ro/sdkconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions-16MB.csv"
66
# Serial flasher config
77
CONFIG_ESPTOOLPY_FLASHSIZE_16MB=y
88
CONFIG_FLASHMODE_QIO=n
9-
CONFIG_FLASHMODE_DIO=y
9+
CONFIG_FLASHMODE_DIO=y

0 commit comments

Comments
 (0)