commit cc855f90511faadef1a74bb1077d745703b0c404
parent b10502a0b8651c8d6524d42f48760de0b80a8dd7
Author: Christos Margiolis <christos@margiolis.net>
Date: Tue, 15 Mar 2022 01:15:38 +0200
removed useless print
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/main.c b/src/main.c
@@ -34,9 +34,6 @@ static char buf[BUFSIZ+1] = {0}; /* Generic buffer */
static void
ctx_main(void)
{
- /*lcd_cmd(LCD_CURS_ROW1);*/
- /*lcd_puts("ID: 19390133");*/
-
lcd_cmd(LCD_CURS_ROW1);
lcd_puts("Temp: ");
print_tp(tp);