We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5faf18e commit aa2bb1dCopy full SHA for aa2bb1d
configs/pio_start.txt
@@ -43,28 +43,17 @@ flatten_cppdefines = env.Flatten(env['CPPDEFINES'])
43
if "ZIGBEE_MODE_ZCZR" in flatten_cppdefines:
44
env.Append(
45
LIBS=[
46
- "-lesp_zb_api_zczr",
47
- "-lesp_zb_cli_command",
+ "-lesp_zb_api.zczr",
48
"-lzboss_stack.zczr",
49
- "-lzboss_port"
+ "-lzboss_port.native"
50
]
51
)
52
if "ZIGBEE_MODE_ED" in flatten_cppdefines:
53
54
55
- "-lesp_zb_api_ed",
56
+ "-lesp_zb_api.ed",
57
"-lzboss_stack.ed",
58
59
- ]
60
- )
61
-if "ZIGBEE_MODE_RCP" in flatten_cppdefines:
62
- env.Append(
63
- LIBS=[
64
- "-lesp_zb_api_rcp",
65
66
- "-lzboss_stack.rcp",
67
68
69
70
0 commit comments