merged ledboardv1.1 branch optimized build
This commit is contained in:
@@ -18,7 +18,10 @@ void initBattery(void)
|
||||
|
||||
uint16_t batteryGetVoltage( void )
|
||||
{
|
||||
#ifdef VBATTPIN
|
||||
return battery.voltage();
|
||||
#endif
|
||||
return 4200;
|
||||
}
|
||||
|
||||
void batterydisplay(void)
|
||||
|
||||
Reference in New Issue
Block a user