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 9, 2021
1 parent a32c7f0 commit db61b84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rancilio-pid/userConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
// Display
#define DISPLAY 2 // 0 = deactivated, 1 = SH1106 (e.g. 1.3 "128x64), 2 = SSD1306 (e.g. 0.96" 128x64)
#define DISPLAYTEMPLATE 3
// 1: Standard Display Template, 2: Minimal Template, 3: only Temperatur, 20: vertical Display see git Handbook for further informatiomn
// 1: Standard Display Template, 2: Minimal Template, 3: only Temperatur, 20: vertical Display see git Handbook for further information
#define MACHINELOGO 1 // 1 = Rancilio, 2 = Gaggia
#define DISPALYROTATE U8G2_R0 // rotate display clockwise: U8G2_R0 = no rotation; U8G2_R1 = 90°; U8G2_R2 = 180°; U8G2_R3 = 270°
#define SHOTTIMER 1 // 0: no SHOTTIMER, 1: SHOTTIMER
#define HEATINGLOGO 1 // 0: no HEATING LOGO, 1: HEATINGLOGO Rancilio 2: HEATINGLOGO Gaggia
#define OFFLINEGLOGO 1 // 0: no HEATING LOGO, 1: HEATINGLOGO Rancilio 2: HEATINGLOGO Gaggia
#define SHOTTIMER 1 // 0 = deactivated, 1 = SHOTTIMER
#define HEATINGLOGO 1 // 0 = deactivated, 1 = HEATINGLOGO Rancilio 2: HEATINGLOGO Gaggia
#define OFFLINEGLOGO 1 // 0 = deactivated, 1 = offline Logo
#define BREWSWITCHDELAY 3000 // time in ms

// Wlan and Connection
Expand Down

0 comments on commit db61b84

Please sign in to comment.