User experience improvement - app battery icon (#3979)

* 'app_battery_icon'

* Undo VS automatic modifications to this file

* 'app_battery_icon_2'
This commit is contained in:
Neil Hao
2024-05-28 19:30:15 +08:00
committed by GitHub
parent 77cf5c6200
commit 038413f46f
3 changed files with 13 additions and 2 deletions

View File

@@ -40,6 +40,7 @@ Board Information: https://wiki.uniteng.com/en/meshtastic/station-g2
#define SX126X_MAX_POWER 19
#endif
/*
#define BATTERY_PIN 4 // A battery voltage measurement pin, voltage divider connected here to measure battery voltage
#define ADC_CHANNEL ADC1_GPIO4_CHANNEL
#define ADC_MULTIPLIER 4
@@ -50,3 +51,4 @@ Board Information: https://wiki.uniteng.com/en/meshtastic/station-g2
#define BAT_NOBATVOLT 4460
#define CELL_TYPE_LION // same curve for liion/lipo
#define NUM_CELLS 2
*/