Skip to content

Commit 31579e4

Browse files
authored
Merge pull request #277 from Jason2866/patch-1
Delete removed Zigbee RCP mode / rename of libs
2 parents 3225f04 + 5d86a90 commit 31579e4

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

configs/pioarduino_start.txt

+4-15
Original file line numberDiff line numberDiff line change
@@ -45,28 +45,17 @@ flatten_cppdefines = env.Flatten(env['CPPDEFINES'])
4545
if "ZIGBEE_MODE_ZCZR" in flatten_cppdefines:
4646
env.Append(
4747
LIBS=[
48-
"-lesp_zb_api_zczr",
49-
"-lesp_zb_cli_command",
48+
"-lesp_zb_api.zczr",
5049
"-lzboss_stack.zczr",
51-
"-lzboss_port"
50+
"-lzboss_port.native"
5251
]
5352
)
5453
if "ZIGBEE_MODE_ED" in flatten_cppdefines:
5554
env.Append(
5655
LIBS=[
57-
"-lesp_zb_api_ed",
58-
"-lesp_zb_cli_command",
56+
"-lesp_zb_api.ed",
5957
"-lzboss_stack.ed",
60-
"-lzboss_port"
61-
]
62-
)
63-
if "ZIGBEE_MODE_RCP" in flatten_cppdefines:
64-
env.Append(
65-
LIBS=[
66-
"-lesp_zb_api_rcp",
67-
"-lesp_zb_cli_command",
68-
"-lzboss_stack.rcp",
69-
"-lzboss_port"
58+
"-lzboss_port.native"
7059
]
7160
)
7261

0 commit comments

Comments
 (0)