Skip to content

Commit

Permalink
Bump to v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-Plastix committed Dec 28, 2021
1 parent fd5f830 commit 957163a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion main/configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// -----------------------------------------------------------------------------

#define APP_NAME "Helium TTGO"
#define APP_VERSION "1.6.1 MaxP"
#define APP_VERSION "1.6.2 MaxP"

// -----------------------------------------------------------------------------
// Less common Configuration iteams
Expand Down
2 changes: 0 additions & 2 deletions main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -759,8 +759,6 @@ void menu_experiment(void){
Serial.printf("%f mA %f mW\n", axp.getBattChargeCurrent() - axp.getBattDischargeCurrent(), axp.getBattInpower());

axp.setPowerOutPut(AXP192_LDO3, power_toggle ? AXP202_ON : AXP202_OFF); // GPS main power
axp.setPowerOutPut(AXP192_LDO2, power_toggle ? AXP202_ON : AXP202_OFF); // GPS main power
// axp.setPowerOutPut(AXP192_DCDC1, power_toggle ? AXP202_ON : AXP202_OFF);
power_toggle = !power_toggle;
}

Expand Down

0 comments on commit 957163a

Please sign in to comment.