From c388b31b2210cf5f9822fb59b7b3e8959c81df80 Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Tue, 3 Oct 2023 16:13:36 +0200 Subject: [PATCH] standalone compile --- lib_standalone/Preferences.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib_standalone/Preferences.h b/lib_standalone/Preferences.h index a5372c338..eb365246e 100644 --- a/lib_standalone/Preferences.h +++ b/lib_standalone/Preferences.h @@ -19,6 +19,9 @@ class Preferences { return true; } + void end() { + } + bool remove(const char * key) { return true; }