feat: add functionality to remove Bambu credentials and update API handling

This commit is contained in:
2025-03-27 18:01:15 +01:00
parent 024056cb7d
commit e459b53472
6 changed files with 72 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include <ArduinoJson.h>
#include <LittleFS.h>
bool removeJsonValue(const char* filename);
bool saveJsonValue(const char* filename, const JsonDocument& doc);
bool loadJsonValue(const char* filename, JsonDocument& doc);
void initializeFileSystem();