1010#define USB_SERIAL "" // Empty string for MAC address
1111
1212// Default USB FirmwareMSC Settings
13- #define USB_FW_MSC_VENDOR_ID "senseBox" // max 8 chars
13+ #define USB_FW_MSC_VENDOR_ID "senseBox" // max 8 chars
1414#define USB_FW_MSC_PRODUCT_ID "Eye ESP32S3" // max 16 chars
15- #define USB_FW_MSC_PRODUCT_REVISION "1.00" // max 4 chars
16- #define USB_FW_MSC_VOLUME_NAME "senseBox" // max 11 chars
15+ #define USB_FW_MSC_PRODUCT_REVISION "1.00" // max 4 chars
16+ #define USB_FW_MSC_VOLUME_NAME "senseBox" // max 11 chars
1717#define USB_FW_MSC_SERIAL_NUMBER 0x00000000
1818
1919#define PIN_RGB_LED 45 // RGB LED
2020#define RGBLED_PIN 45 // RGB LED
21- #define PIN_LED 45
21+ #define PIN_LED 45
2222#define RGBLED_NUM 1 // number of RGB LEDs
2323
2424// Default I2C QWIIC-Ports
@@ -28,14 +28,14 @@ static const uint8_t SCL = 1;
2828#define PIN_QWIIC_SCL 1
2929
3030// IO Pins
31- #define PIN_IO14 14
32- static const uint8_t A14 = PIN_IO14 ; // Analog
33- static const uint8_t D14 = PIN_IO14 ; // Digital
34- static const uint8_t T14 = PIN_IO14 ; // Touch
35- #define PIN_IO48 48
36- static const uint8_t A48 = PIN_IO48 ; // Analog
37- static const uint8_t D48 = PIN_IO48 ; // Digital
38- static const uint8_t T48 = PIN_IO48 ; // Touch
31+ #define PIN_IO14 14
32+ static const uint8_t A14 = PIN_IO14 ; // Analog
33+ static const uint8_t D14 = PIN_IO14 ; // Digital
34+ static const uint8_t T14 = PIN_IO14 ; // Touch
35+ #define PIN_IO48 48
36+ static const uint8_t A48 = PIN_IO48 ; // Analog
37+ static const uint8_t D48 = PIN_IO48 ; // Digital
38+ static const uint8_t T48 = PIN_IO48 ; // Touch
3939
4040// Button
4141#define PIN_BUTTON 47
@@ -87,4 +87,4 @@ static const uint8_t RX = 44;
8787#define LORA_TX 43
8888#define LORA_RX 44
8989
90- #endif /* Pins_Arduino_h */
90+ #endif /* Pins_Arduino_h */
0 commit comments