Optmisize battery readout

- Percentage/voltage was not visible when switching to advanced RDS/AF
- Percentage value was blinking
- Corrected voltage calculation
- Optimised battery routine.
This commit is contained in:
Sjef Verhoeven PE5PVB
2023-08-09 15:01:26 +02:00
parent d32805f8bf
commit e78055ba4a
3 changed files with 17 additions and 16 deletions
+1
View File
@@ -107,6 +107,7 @@ extern byte unit;
extern char programTypePrevious[18];
extern char radioIdPrevious[6];
extern float batteryVold;
extern float vPerold;
extern int ActiveColor;
extern int ActiveColorSmooth;
extern int AMLevelOffset;