main/updates.c

changeset 4
6d1f512cd074
parent 1
ad2c8b13eb88
child 13
8f01b74bf1dd
equal deleted inserted replaced
3:2dcdf83248c8 4:6d1f512cd074
1 /** 1 /**
2 * @file updates.c 2 * @file updates.c
3 * @brief Updates management. 3 * @brief Updates management. It can download and install new firmware
4 * downloaded from the internet.
4 */ 5 */
5 6
6 #include "config.h" 7 #include "config.h"
7 8
8 9

mercurial