Skip to content

Commit aa2bb1d

Browse files
authored
Update pio_start.txt
1 parent 5faf18e commit aa2bb1d

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

configs/pio_start.txt

+4-15
Original file line numberDiff line numberDiff line change
@@ -43,28 +43,17 @@ flatten_cppdefines = env.Flatten(env['CPPDEFINES'])
4343
if "ZIGBEE_MODE_ZCZR" in flatten_cppdefines:
4444
env.Append(
4545
LIBS=[
46-
"-lesp_zb_api_zczr",
47-
"-lesp_zb_cli_command",
46+
"-lesp_zb_api.zczr",
4847
"-lzboss_stack.zczr",
49-
"-lzboss_port"
48+
"-lzboss_port.native"
5049
]
5150
)
5251
if "ZIGBEE_MODE_ED" in flatten_cppdefines:
5352
env.Append(
5453
LIBS=[
55-
"-lesp_zb_api_ed",
56-
"-lesp_zb_cli_command",
54+
"-lesp_zb_api.ed",
5755
"-lzboss_stack.ed",
58-
"-lzboss_port"
59-
]
60-
)
61-
if "ZIGBEE_MODE_RCP" in flatten_cppdefines:
62-
env.Append(
63-
LIBS=[
64-
"-lesp_zb_api_rcp",
65-
"-lesp_zb_cli_command",
66-
"-lzboss_stack.rcp",
67-
"-lzboss_port"
56+
"-lzboss_port.native"
6857
]
6958
)
7059

0 commit comments

Comments
 (0)