remove calls to sd_power_mode_set(NRF_POWER_MODE_LOWPWR);

this is the default mode, there is no need to call it unless previously changing it.
이 커밋은 다음에 포함됨:
taco
2025-12-03 15:59:59 +11:00
부모 0082149c60
커밋 dde9b7cc76
2개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
-2
파일 보기
@@ -11,8 +11,6 @@ void MinewsemiME25LS01Board::begin() {
pinMode(PIN_VBAT_READ, INPUT);
sd_power_mode_set(NRF_POWER_MODE_LOWPWR);
#ifdef BUTTON_PIN
pinMode(BUTTON_PIN, INPUT);
pinMode(LED_PIN, OUTPUT);
-1
파일 보기
@@ -23,7 +23,6 @@ static void disconnect_callback(uint16_t conn_handle, uint8_t reason) {
void WioWM1110Board::begin() {
startup_reason = BD_STARTUP_NORMAL;
sd_power_mode_set(NRF_POWER_MODE_LOWPWR);
NRF_POWER->DCDCEN = 1;
pinMode(BATTERY_PIN, INPUT);