mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2026-01-06 04:44:50 +01:00
Feature: Added option to disable the diagram at the display
This commit is contained in:
@@ -143,7 +143,10 @@ struct CONFIG_T {
|
||||
uint8_t Rotation;
|
||||
uint8_t Contrast;
|
||||
uint8_t Language;
|
||||
uint32_t DiagramDuration;
|
||||
struct {
|
||||
uint32_t Duration;
|
||||
uint8_t Mode;
|
||||
} Diagram;
|
||||
} Display;
|
||||
|
||||
struct {
|
||||
@@ -166,4 +169,4 @@ public:
|
||||
INVERTER_CONFIG_T* getInverterConfig(const uint64_t serial);
|
||||
};
|
||||
|
||||
extern ConfigurationClass Configuration;
|
||||
extern ConfigurationClass Configuration;
|
||||
|
||||
Reference in New Issue
Block a user