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);