aboutsummaryrefslogtreecommitdiffstats
path: root/api.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'api.cpp')
-rw-r--r--api.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/api.cpp b/api.cpp
index 7279f19..1200f16 100644
--- a/api.cpp
+++ b/api.cpp
@@ -126,6 +126,10 @@ bool Api::gui_header_text(std::string text, int offset_x, int offset_row, int in
oledWriteString(&m_oled, 0,offset_x,0+offset_row, &text[0], font, invert, 1);
}
+bool Api::performance_set(int perf) {
+ return false;
+}
+
bool Api::datetime_get(datetime_t *t) {
return rtc_get_datetime(t);
}