Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Betrieb ohne LCD #4

Open
AndiMue opened this issue Aug 24, 2023 · 0 comments
Open

Betrieb ohne LCD #4

AndiMue opened this issue Aug 24, 2023 · 0 comments

Comments

@AndiMue
Copy link

AndiMue commented Aug 24, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant