main/recipes.c

changeset 4
6d1f512cd074
parent 3
2dcdf83248c8
child 6
e84200edc852
equal deleted inserted replaced
3:2dcdf83248c8 4:6d1f512cd074
1 /** 1 /**
2 * @file recipes.c 2 * @file recipes.c
3 * @brief Recipes management. 3 * @brief Recipes management. If new beerxml recipes are detected in
4 * the /recipe directory on the SD card they will be imported
5 * when you enter the recipes menu. After successfull import the
6 * xml file extensions will be changed to xok to prevent that
7 * the recipe is imported again. After the import the recipe
8 * editor is shown.
4 */ 9 */
5 10
6 #include "config.h" 11 #include "config.h"
7 12
8 13

mercurial