Some fixes for range issue

This commit is contained in:
Florent de Lamotte
2025-03-21 15:08:13 +01:00
parent 0163c4034b
commit 1ff3033372
3 changed files with 34 additions and 11 deletions

View File

@@ -9,6 +9,8 @@ void T1000eBoard::begin() {
startup_reason = BD_STARTUP_NORMAL;
btn_prev_state = HIGH;
sd_power_mode_set(NRF_POWER_MODE_LOWPWR);
#ifdef BUTTON_PIN
pinMode(BATTERY_PIN, INPUT);
pinMode(BUTTON_PIN, INPUT);