# HG changeset patch # User Michiel Broek # Date 1533155278 -7200 # Node ID c2ee7f9a069e7e2c7a6b2291dcc52ccdce6cd485 # Parent c6f04bfcec2cd6b0e328c1d51e8e2dfe16364e85 Fixed compile for LCD display diff -r c6f04bfcec2c -r c2ee7f9a069e thermferm/thermferm.c --- a/thermferm/thermferm.c Tue Jul 31 23:04:35 2018 +0200 +++ b/thermferm/thermferm.c Wed Aug 01 22:27:58 2018 +0200 @@ -184,7 +184,7 @@ #ifdef HAVE_WIRINGPI_H lcdPuts(lcdHandle, "Choose unit:"); lcdPosition(lcdHandle, 0, 1); - lcdPuts(lcdHandle, current_unit->name); + lcdPuts(lcdHandle, current_unit->alias); #endif slcdPuts(slcdHandle, "Choose unit:"); slcdPosition(slcdHandle, 0, 1);