mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Warn user tick type correction
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "Buttons.hpp"
|
||||
#include "OperatingModeUtilities.h"
|
||||
void warnUser(const char *warning, const int timeout) {
|
||||
void warnUser(const char *warning, const TickType_t timeout) {
|
||||
OLED::clearScreen();
|
||||
OLED::printWholeScreen(warning);
|
||||
OLED::refresh();
|
||||
|
||||
Reference in New Issue
Block a user