Skip to content

Commit

Permalink
Update userConfig.h
Browse files Browse the repository at this point in the history
add display rotation
  • Loading branch information
Miau09 authored May 31, 2020
1 parent cc07145 commit ec1ab1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rancilio-pid/userConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#define MACHINELOGO 1 // 1 = Rancilio, 2 = Gaggia
#define MQTT 0 // 1 = MQTT enabled, 0 = MQTT disabled
#define COLDSTART_PID 1 // 1 = default COLDStart Values , 2 = eigene Werte via Blynk
#define DISPALYROTATE U8G2_R0 // rotate display clockwise: U8G2_R0 = no rotation; U8G2_R1 = 90°; U8G2_R2 = 180°; U8G2_R3 = 270°

//MQTT
#define MQTTSERVER "mqttserver"
Expand Down

0 comments on commit ec1ab1b

Please sign in to comment.