mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-24 13:58:09 +00:00
Add showOverlayBanner arguments to no-op
This commit is contained in:
parent
87bf3a6f21
commit
7c3d82a422
@ -38,7 +38,10 @@ class Screen
|
|||||||
void setFunctionSymbol(std::string) {}
|
void setFunctionSymbol(std::string) {}
|
||||||
void removeFunctionSymbol(std::string) {}
|
void removeFunctionSymbol(std::string) {}
|
||||||
void startAlert(const char *) {}
|
void startAlert(const char *) {}
|
||||||
void showOverlayBanner(String, uint32_t durationMs = 3000) {}
|
void showOverlayBanner(const char *message, uint32_t durationMs = 3000, uint8_t options = 0,
|
||||||
|
std::function<void(int)> bannerCallback = NULL, int8_t InitialSelected = 0)
|
||||||
|
{
|
||||||
|
}
|
||||||
void setFrames(FrameFocus focus) {}
|
void setFrames(FrameFocus focus) {}
|
||||||
void endAlert() {}
|
void endAlert() {}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user