fix pointer
This commit is contained in:
parent
3f6b18b2e2
commit
fa9d30763d
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ LiquidCrystal_I2C lcd(0x27, 16, 2);
|
|||
int menu;
|
||||
void drawmenu()
|
||||
{
|
||||
switch (this->menu)
|
||||
switch (menu)
|
||||
case: '1':
|
||||
lcd.print(" Waterish OS OK ");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue