diff -r 2dcdf83248c8 -r 6d1f512cd074 main/recipes.c --- a/main/recipes.c Sat Oct 20 23:26:33 2018 +0200 +++ b/main/recipes.c Sun Oct 21 13:07:50 2018 +0200 @@ -1,6 +1,11 @@ /** * @file recipes.c - * @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. */ #include "config.h"