fix build

This commit is contained in:
2026-08-02 00:04:02 +02:00
parent 6585bf985a
commit f239245318
2 changed files with 17 additions and 15 deletions
-11
View File
@@ -1,11 +0,0 @@
#pragma once
// Copy this file to secrets.h and fill in your real values.
// secrets.h is git-ignored and must never be committed.
#define WIFI_SSID "YOUR_WIFI_SSID"
#define WIFI_PASSWORD "YOUR_WIFI_PASSWORD"
#define WEATHER_API_URL "http://<host>:<port>/api/weather"
#define CALENDAR_API_URL "http://<host>:<port>/api/events"
#define DEPARTURES_API_URL "http://<host>:<port>/api/departures"