We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3225f04 + 5d86a90 commit 31579e4Copy full SHA for 31579e4
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