Skip to content

Commit a4f8894

Browse files
committed
fix(pins_arduino.h): capitalize name
1 parent 13a1df6 commit a4f8894

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/cyobot_v2_esp32s3/pins_arduino.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
#include <stdint.h>
55

6-
#define USB_MANUFACTURER "CYObot"
7-
#define USB_PRODUCT "CYObrain ESP32S3"
6+
#define USB_MANUFACTURER "CYOBot"
7+
#define USB_PRODUCT "CYOBrain ESP32S3"
88
#define USB_SERIAL "" // Empty string for MAC address
99

1010

0 commit comments

Comments
 (0)