main/recipes.h

changeset 4
6d1f512cd074
parent 1
ad2c8b13eb88
equal deleted inserted replaced
3:2dcdf83248c8 4:6d1f512cd074
1 /** 1 /**
2 * @file recipes.h 2 * @file recipes.h
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 #ifndef _RECIPES_H 11 #ifndef _RECIPES_H
7 #define _RECIPES_H 12 #define _RECIPES_H
8 13

mercurial