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
コミット 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);