jp112sdl / HB-UNI-Sen-CURRENT

4 stars 1 forks source link

Betrieb ohne LCD #4

Open AndiMue opened 1 year ago

AndiMue commented 1 year ago

Für das Kompilieren ohne LCD: //#define LCD_ADDRESS 0x27 musste ich folgende Ergänzungen machen:

    #ifdef LCD_ADDRESS
    lcd.showCondition(sensor[sIdx].conditionType, sIdx);
    #endif
  } else {
    #ifdef LCD_ADDRESS
    lcd.showCondition(ct_disabled, sIdx);
    #endif

Zeile 304 / 306