refactor: remove OTA handling and JSON backup/restore functions

This commit is contained in:
2025-02-21 17:47:25 +01:00
parent a3aef819c8
commit 8a65b86475
3 changed files with 4 additions and 287 deletions

View File

@ -29,4 +29,8 @@ void sendNfcData(AsyncWebSocketClient *client);
void foundNfcTag(AsyncWebSocketClient *client, uint8_t success);
void sendWriteResult(AsyncWebSocketClient *client, uint8_t success);
// Upgrade-Funktionen
void backupJsonConfigs();
void restoreJsonConfigs();
#endif