diff -r 2dcdf83248c8 -r 6d1f512cd074 main/recipes.h --- a/main/recipes.h Sat Oct 20 23:26:33 2018 +0200 +++ b/main/recipes.h Sun Oct 21 13:07:50 2018 +0200 @@ -1,6 +1,11 @@ /** * @file recipes.h - * @brief Recipes management. + * @brief Recipes management. If new beerxml recipes are detected in + * the /recipe directory on the SD card they will be imported + * when you enter the recipes menu. After successfull import the + * xml file extensions will be changed to xok to prevent that + * the recipe is imported again. After the import the recipe + * editor is shown. */ #ifndef _RECIPES_H