mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 10:12:50 +00:00
rename setFrameFlag() method
This commit is contained in:
@@ -29,7 +29,7 @@ class EInkDynamicDisplay : public EInkDisplay
|
||||
COSMETIC = (1 << 2), // For splashes
|
||||
DEMAND_FAST = (1 << 3), // Special case only
|
||||
};
|
||||
void setFrameFlag(frameFlagTypes flag);
|
||||
void addFrameFlag(frameFlagTypes flag);
|
||||
|
||||
// Set the correct frame flag, then call universal "update()" method
|
||||
void display() override;
|
||||
|
||||
Reference in New Issue
Block a user