8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3225f04 commit 5d86a90Copy full SHA for 5d86a90
configs/pioarduino_start.txt
@@ -45,28 +45,17 @@ flatten_cppdefines = env.Flatten(env['CPPDEFINES'])
45
if "ZIGBEE_MODE_ZCZR" in flatten_cppdefines:
46
env.Append(
47
LIBS=[
48
- "-lesp_zb_api_zczr",
49
- "-lesp_zb_cli_command",
+ "-lesp_zb_api.zczr",
50
"-lzboss_stack.zczr",
51
- "-lzboss_port"
+ "-lzboss_port.native"
52
]
53
)
54
if "ZIGBEE_MODE_ED" in flatten_cppdefines:
55
56
57
- "-lesp_zb_api_ed",
58
+ "-lesp_zb_api.ed",
59
"-lzboss_stack.ed",
60
61
- ]
62
- )
63
-if "ZIGBEE_MODE_RCP" in flatten_cppdefines:
64
- env.Append(
65
- LIBS=[
66
- "-lesp_zb_api_rcp",
67
68
- "-lzboss_stack.rcp",
69
70
71
72
0 commit comments