fix: remove redundant ROLE defines from pre_build.py, suppress -Wno-macro-redefined

This commit is contained in:
ash
2026-06-30 07:09:15 +00:00
parent 13aef3b2a0
commit 323bc072ee
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -75,8 +75,6 @@ def patch_sdkconfig_bt():
"CONFIG_BTDM_CTRL_MODE_BLE_ONLY": 1,
"CONFIG_BT_NIMBLE_MAX_CONNECTIONS": 1,
"CONFIG_BT_NIMBLE_TASK_STACK_SIZE": 6144,
"CONFIG_BT_NIMBLE_ROLE_PERIPHERAL": 1,
"CONFIG_BT_NIMBLE_ROLE_BROADCASTER": 1,
}
changed = False