mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-03 12:20:43 +00:00
Update no-op showOverlayBanner function
This commit is contained in:
parent
646b370411
commit
94904cb6a7
@ -39,8 +39,8 @@ 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(const char *message, uint32_t durationMs = 3000, uint8_t options = 0,
|
void showOverlayBanner(const char *message, uint32_t durationMs = 3000, const char **optionsArrayPtr = nullptr,
|
||||||
std::function<void(int)> bannerCallback = NULL, int8_t InitialSelected = 0)
|
uint8_t options = 0, std::function<void(int)> bannerCallback = NULL, int8_t InitialSelected = 0)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
void setFrames(FrameFocus focus) {}
|
void setFrames(FrameFocus focus) {}
|
||||||
|
Loading…
Reference in New Issue
Block a user