feat: add rfid_bambu.html and update bambu connection handling

This commit is contained in:
2025-03-27 10:35:10 +01:00
parent 72b6b349c6
commit e040a736b0
5 changed files with 168 additions and 15 deletions

View File

@@ -30,6 +30,7 @@ extern int ams_count;
extern AMSData ams_data[MAX_AMS];
extern bool autoSendToBambu;
extern int autoSetToBambuSpoolId;
extern bool bambuDisabled;
bool loadBambuCredentials();
bool saveBambuCredentials(const String& bambu_ip, const String& bambu_serialnr, const String& bambu_accesscode, const bool autoSend, const String& autoSendTime);