FlipDot_Telegram/include/secrets.h_template

13 lines
407 B
Plaintext

#pragma once
#define TELEGRAM_BOT_TOKEN "123123123123:BBCeAAewGN_wayA123VnbqRNJL4l3dpXy2S"
#define TELEGRAM_BOT_OWNER "321123321"
//#define DEBUGGER_TELEGRAM_ID "32121321" //address to send debugging information to via Telegram
#define WIFI_SSID "Wifi_SSID"
#define WIFI_PASSWORD "secretPassword"
#define MQTT_SERVER "mqttserver.fritz.box"
#define MQTT_USER "user"
#define MQTT_PASSWORD "password"