Compare commits

...

1 Commits

Author SHA1 Message Date
OnyxtheDragon
c3774fa3cb Update variant.h
Updated ADC, Full charge now results in 100% charge being reported instead of 95% charge
2025-08-04 11:18:31 +10:00

View File

@ -208,7 +208,7 @@ No longer populated on PCB
#undef AREF_VOLTAGE
#define AREF_VOLTAGE 3.0
#define VBAT_AR_INTERNAL AR_INTERNAL_3_0
#define ADC_MULTIPLIER (4.90F)
#define ADC_MULTIPLIER (4.99F)
#define HAS_RTC 0
#ifdef __cplusplus