Skip to content

Commit 41a5e8a

Browse files
authored
remove not existing zigbee libs
1 parent a93dd64 commit 41a5e8a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

configs/pio_start.txt

-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ if "ZIGBEE_MODE_ZCZR" in flatten_cppdefines:
4747
LIBS=[
4848
"-lesp_zb_api_zczr",
4949
"-lesp_zb_cli_command",
50-
"-lzboss_stack.zczr.trace",
5150
"-lzboss_stack.zczr",
5251
"-lzboss_port"
5352
]
@@ -57,7 +56,6 @@ if "ZIGBEE_MODE_ED" in flatten_cppdefines:
5756
LIBS=[
5857
"-lesp_zb_api_ed",
5958
"-lesp_zb_cli_command",
60-
"-lzboss_stack.ed.trace",
6159
"-lzboss_stack.ed",
6260
"-lzboss_port"
6361
]

0 commit comments

Comments
 (0)