queue fix

This commit is contained in:
Lubos Petrovic
2020-12-07 07:57:16 +01:00
parent 25ccc3b14a
commit 8af0e5b45a
3 changed files with 8 additions and 6 deletions

View File

@@ -51,7 +51,7 @@ class BoardInterface {
// Sdcard
virtual bool sdcardMount() {return false; };
virtual void sdcardToggleRecording()=0;
bool serializeParamsToJson(File file);
bool serializeParamsToJson(File file, bool inclApiKey = false);
};
#endif // BOARDINTERFACE_H