Skip to content

Commit

Permalink
Update pio_start.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Feb 18, 2025
1 parent c5f9c5a commit 92a6d80
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions configs/pio_start.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,28 +43,17 @@ flatten_cppdefines = env.Flatten(env['CPPDEFINES'])
if "ZIGBEE_MODE_ZCZR" in flatten_cppdefines:
env.Append(
LIBS=[
"-lesp_zb_api_zczr",
"-lesp_zb_cli_command",
"-lesp_zb_api.zczr",
"-lzboss_stack.zczr",
"-lzboss_port"
"-lzboss_port.native"
]
)
if "ZIGBEE_MODE_ED" in flatten_cppdefines:
env.Append(
LIBS=[
"-lesp_zb_api_ed",
"-lesp_zb_cli_command",
"-lesp_zb_api.ed",
"-lzboss_stack.ed",
"-lzboss_port"
]
)
if "ZIGBEE_MODE_RCP" in flatten_cppdefines:
env.Append(
LIBS=[
"-lesp_zb_api_rcp",
"-lesp_zb_cli_command",
"-lzboss_stack.rcp",
"-lzboss_port"
"-lzboss_port.native"
]
)

Expand Down

0 comments on commit 92a6d80

Please sign in to comment.