Merge pull request #662 from No-Signal/feature/user_secrets

Improvement: Moving secrets from USER_SETTINGS.cpp to platformio config
This commit is contained in:
Daniel Öster 2024-12-23 15:48:30 +02:00 committed by GitHub
commit d28c59ccfc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 47 additions and 15 deletions

View file

@ -1,6 +1,7 @@
#include "webserver.h"
#include <Preferences.h>
#include <ctime>
#include "../../../USER_SECRETS.h"
#include "../../datalayer/datalayer.h"
#include "../../datalayer/datalayer_extended.h"
#include "../../lib/bblanchon-ArduinoJson/ArduinoJson.h"