전원 버튼 BSP 제거, GPIO 제어로 전환

- 모든 led 및 버튼이 bsp를 사용하지 않음
- BSP 관련 include, 이벤트 등 삭제
- sdk_config.h: BSP_BTN_BLE_ENABLED=0으로 변경하여 빌드에서도 삭제
This commit is contained in:
2026-04-16 16:25:19 +09:00
parent 6e890b87d8
commit 742681554e
4 changed files with 69 additions and 116 deletions

View File

@@ -107,7 +107,7 @@
#ifndef BSP_BTN_BLE_ENABLED
#define BSP_BTN_BLE_ENABLED 1
#define BSP_BTN_BLE_ENABLED 0
#endif
// </h>