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

@@ -32,6 +32,7 @@ extern bool autoSendToBambu;
extern int autoSetToBambuSpoolId;
extern bool bambuDisabled;
bool removeBambuCredentials();
bool loadBambuCredentials();
bool saveBambuCredentials(const String& bambu_ip, const String& bambu_serialnr, const String& bambu_accesscode, const bool autoSend, const String& autoSendTime);
bool setupMqtt();