File tree 2 files changed +2
-10
lines changed
variants/cyobot_v2_esp32s3
2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -49280,6 +49280,6 @@ cyobot_v2_esp32s3.menu.ZigbeeMode.default.build.zigbee_mode=
49280
49280
cyobot_v2_esp32s3.menu.ZigbeeMode.default.build.zigbee_libs=
49281
49281
cyobot_v2_esp32s3.menu.ZigbeeMode.zczr=Zigbee ZCZR (coordinator/router)
49282
49282
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
49284
49284
49285
49285
##############################################################
Original file line number Diff line number Diff line change 7
7
#define USB_PRODUCT "CYObrain ESP32S3"
8
8
#define USB_SERIAL "" // Empty string for MAC address
9
9
10
- /* Welcome to CYObot! - Pin header file is for CYObrain_v2_esp32s3 */
11
- // Last Updated: 02/06/2025 - by Phamm
12
10
13
11
static const uint8_t BUTTON0 = 4 ;
14
12
static const uint8_t BUTTON1 = 38 ;
@@ -27,16 +25,10 @@ static const uint8_t I2S0_DSDIN = 8;
27
25
static const uint8_t I2S0_SCLK = 9 ;
28
26
static const uint8_t I2S0_LRCK = 45 ;
29
27
30
- /* static const uint8_t I2C_SDA = 17 - Naming convention */
28
+
31
29
static const uint8_t SDA = 17 ;
32
- /* static const uint8_t I2C_SCL = 18 - Naming convention */
33
30
static const uint8_t SCL = 18 ;
34
31
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; */
40
32
41
33
static const uint8_t SS = 5 ;
42
34
static const uint8_t MOSI = 2 ;
You can’t perform that action at this time.
0 commit comments