mirror of
https://github.com/michivonah/bbzw-horizon.git
synced 2025-12-22 17:16:27 +01:00
Update firmware.ino
This commit is contained in:
parent
fb6d9440fe
commit
ed880f38ff
1 changed files with 5 additions and 5 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue