mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 06:53:07 +01:00
Minor code cleanup: fixing comments and formatting
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
class PageBattery : public Page
|
||||
{
|
||||
int average = 0; // Average type [0...3], 0=off, 1=10s, 2=60s, 3=300s
|
||||
int average = 0; // Average type [0...3], 0=off, 1=10s, 2=60s, 3=300s
|
||||
|
||||
public:
|
||||
PageBattery(CommonData &common){
|
||||
|
||||
Reference in New Issue
Block a user