Skip to content

Commit

Permalink
Update userConfig.h
Browse files Browse the repository at this point in the history
  • Loading branch information
murmeltier08 authored Feb 10, 2021
1 parent a26d49c commit 08c2e7c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions rancilio-pid/userConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,24 +43,24 @@
#define TRIGGERRELAYTYPE HIGH // LOW = low trigger, HIGH = high trigger relay for ETrigger

// Wifi
#define HOSTNAME "rancilio"
#define D_SSID "wlanname"
#define PASS "wlanpass"
#define HOSTNAME "Rancilio"
#define D_SSID "myssid"
#define PASS "mypass"

// OTA
#define OTAHOST "Rancilio" // Name to be shown in ARUDINO IDE Port
#define OTAPASS "otapass" // Password for OTA updates
#define OTAPASS "otapass" // Password for OTA updtates

//MQTT
#define MQTT_USERNAME "myuser"
#define MQTT_PASSWORD "mymqtt"
#define MQTT_PASSWORD "mypass"
#define MQTT_TOPIC_PREFIX "custom/Küche." // topic will be "<MQTT_TOPIC_PREFIX><HOSTNAME>/<READING>"
#define MQTT_SERVER_IP "IP" // IP-Address of locally installed mqtt server
#define MQTT_SERVER_IP "XXX.XXX.XXX.XXX" // IP-Address of locally installed mqtt server
#define MQTT_SERVER_PORT 1883

// BLynk
#define AUTH "blynkauthcode"
#define BLYNKADDRESS "blynk.remoteapp.de" // IP-Address of used blynk server
#define AUTH "myauth"
#define BLYNKADDRESS "blynk.clevercoffee.de" // IP-Address of used blynk server
#define BLYNKPORT 8080 //Port for blynk server


Expand Down

0 comments on commit 08c2e7c

Please sign in to comment.