mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Some fixes for range issue
This commit is contained in:
parent
0163c4034b
commit
1ff3033372
3 changed files with 34 additions and 11 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue