내부 전압 변환 방식 변경 LDO -> DC-DC
- sdk_config.h: NRFX_POWER_CONFIG_DEFAULT_DCDCEN 1 - sdk_config.h: POWER_CONFIG_DEFAULT_DCDCEN 1 - 전력 소모 방지
This commit is contained in:
@@ -157,6 +157,8 @@ void app_error_log_handle(uint32_t id, uint32_t pc, uint32_t info);
|
||||
/**@brief Macro for calling error handler function if supplied error code any other than NRF_SUCCESS.
|
||||
*
|
||||
* @param[in] ERR_CODE Error code supplied to the error handler.
|
||||
*
|
||||
* 시스템 에러 시 리셋(SoftDevice 초기화) 후 BLE Advertising 시작
|
||||
*/
|
||||
#define APP_ERROR_CHECK(ERR_CODE) \
|
||||
do \
|
||||
|
||||
Reference in New Issue
Block a user