merged ledboardv1.1 branch optimized build

This commit is contained in:
2021-03-27 14:09:28 +01:00
parent 0146c32da4
commit 095e650457
3 changed files with 15 additions and 4 deletions

View File

@@ -18,7 +18,10 @@ void initBattery(void)
uint16_t batteryGetVoltage( void )
{
#ifdef VBATTPIN
return battery.voltage();
#endif
return 4200;
}
void batterydisplay(void)