main/co2meter.c

changeset 33
331e7f700971
parent 31
1f507aba6561
child 34
495b7eafbf5a
equal deleted inserted replaced
32:7717ac1d2f7f 33:331e7f700971
137 /* 137 /*
138 * Read or create configuration 138 * Read or create configuration
139 */ 139 */
140 read_config(); 140 read_config();
141 read_units(); 141 read_units();
142
143 //add_station((uint8_t *)"MBSE_WLR", (uint8_t *)"abcjkltuv");
144 //remove_station((uint8_t *)"MBSE_WLP");
145 142
146 /* 143 /*
147 * Create FreeRTOS tasks 144 * Create FreeRTOS tasks
148 */ 145 */
149 xSemaphoreDS18B20 = xSemaphoreCreateMutex(); 146 xSemaphoreDS18B20 = xSemaphoreCreateMutex();

mercurial