diff -r 2dcdf83248c8 -r 6d1f512cd074 main/task_sdcard.c --- a/main/task_sdcard.c Sat Oct 20 23:26:33 2018 +0200 +++ b/main/task_sdcard.c Sun Oct 21 13:07:50 2018 +0200 @@ -2,11 +2,13 @@ * @file task_sdcard.c * @brief SD/MMC driver. This driver is for a slot for the user on * the front panel. It will detect an inserted card and then - * mount it. But, it cannot detect the removal of a card!! + * mount it. It also detects the removal of the card and then + * unmounts it. Be carefull, only do this in the main menu. * Also, brew logging is handled here and finished brewlogs * are copied to the SD card if it is mounted. * Recipes to import must go into the /sdcard/recipe folder * and have extension .xml and the contents be a beerxml file. + * Backup and restore is also done to this card. */