Update firmware.ino

This commit is contained in:
Timo 2025-04-16 11:02:47 +02:00 committed by GitHub
parent fb6d9440fe
commit ed880f38ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,15 +6,15 @@
#include <NTPClient.h> #include <NTPClient.h>
// WLAN-Zugangsdaten // WLAN-Zugangsdaten
#define SSID "INF-LAB" #define SSID ""
#define PASSWORT "INF-LAB@BBZW-2024" #define PASSWORT ""
// API-Konfiguration // API-Konfiguration
#define API_HOST "172.18.14.32" #define API_HOST ""
#define API_PORT 8080 #define API_PORT 8080
#define API_ENDPOINT "/sensors/push-data" #define API_ENDPOINT "/sensors/push-data"
#define CLIENT_ID "1.54" #define CLIENT_ID ""
#define API_TOKEN "test2" #define API_TOKEN ""
// Sensor & Netzwerk // Sensor & Netzwerk
Bsec iaqSensor; Bsec iaqSensor;