Moving secrets from USER_SETTINGS to USER_SECRETS.h

This commit is contained in:
No-Signal 2024-12-08 11:30:10 +00:00
parent f8bb4c8641
commit 8870027d75
6 changed files with 25 additions and 12 deletions

View file

@ -2,6 +2,7 @@
#include <Arduino.h>
#include <WiFi.h>
#include <freertos/FreeRTOS.h>
#include "../../../USER_SECRETS.h"
#include "../../../USER_SETTINGS.h"
#include "../../battery/BATTERIES.h"
#include "../../datalayer/datalayer.h"