lib/rdconfig.c

changeset 43
24e731bb2e08
parent 32
3bac8fd4173d
equal deleted inserted replaced
42:01b96a24ae7c 43:24e731bb2e08
88 if (tmp1->alias) 88 if (tmp1->alias)
89 free(tmp1->alias); 89 free(tmp1->alias);
90 free(tmp1); 90 free(tmp1);
91 } 91 }
92 Config.w1therms = NULL; 92 Config.w1therms = NULL;
93 Config.my_port = 6554;
93 94
94 #ifdef HAVE_WIRINGPI_H 95 #ifdef HAVE_WIRINGPI_H
95 Config.lcd_cols = 16; 96 Config.lcd_cols = 16;
96 Config.lcd_rows = 2; 97 Config.lcd_rows = 2;
97 Config.rx433 = -1; 98 Config.rx433 = -1;

mercurial