Skip to content

Commit 1fdc989

Browse files
committed
fix(CYOBot): fix boards.txt & pin_arduino.h
1 parent 9449af0 commit 1fdc989

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

boards.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49280,6 +49280,6 @@ cyobot_v2_esp32s3.menu.ZigbeeMode.default.build.zigbee_mode=
4928049280
cyobot_v2_esp32s3.menu.ZigbeeMode.default.build.zigbee_libs=
4928149281
cyobot_v2_esp32s3.menu.ZigbeeMode.zczr=Zigbee ZCZR (coordinator/router)
4928249282
cyobot_v2_esp32s3.menu.ZigbeeMode.zczr.build.zigbee_mode=-DZIGBEE_MODE_ZCZR
49283-
cyobot_v2_esp32s3.menu.ZigbeeMode.zczr.build.zigbee_libs=-lesp_zb_api_zczr -lesp_zb_cli_command -lzboss_stack.zczr -lzboss_port
49283+
cyobot_v2_esp32s3.menu.ZigbeeMode.zczr.build.zigbee_libs=-lesp_zb_api.zczr -lzboss_stack.zczr -lzboss_port.remote
4928449284

4928549285
##############################################################

variants/cyobot_v2_esp32s3/pins_arduino.h

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
#define USB_PRODUCT "CYObrain ESP32S3"
88
#define USB_SERIAL "" // Empty string for MAC address
99

10-
/* Welcome to CYObot! - Pin header file is for CYObrain_v2_esp32s3 */
11-
// Last Updated: 02/06/2025 - by Phamm
1210

1311
static const uint8_t BUTTON0 = 4;
1412
static const uint8_t BUTTON1 = 38;
@@ -27,16 +25,10 @@ static const uint8_t I2S0_DSDIN = 8;
2725
static const uint8_t I2S0_SCLK = 9;
2826
static const uint8_t I2S0_LRCK = 45;
2927

30-
/* static const uint8_t I2C_SDA = 17 - Naming convention */
28+
3129
static const uint8_t SDA = 17;
32-
/* static const uint8_t I2C_SCL = 18 - Naming convention */
3330
static const uint8_t SCL = 18;
3431

35-
/* Naming convention changes
36-
static const uint8_t SPI_CS = 5;
37-
static const uint8_t SPI_SCK = 41;
38-
static const uint8_t SPI_MISO = 42;
39-
static const uint8_t SPI_MOSI = 2; */
4032

4133
static const uint8_t SS = 5;
4234
static const uint8_t MOSI = 2;

0 commit comments

Comments
 (0)