main/updates.h

changeset 26
8a3696620c0a
parent 0
88d965579617
equal deleted inserted replaced
25:cc7c423f03fb 26:8a3696620c0a
5 */ 5 */
6 6
7 #ifndef _UPDATES_H 7 #ifndef _UPDATES_H
8 #define _UPDATES_H 8 #define _UPDATES_H
9 9
10 /**
11 * @brief Updates init fases.
12 */
13 void Updates_Init(void);
14 10
15 /** 11 /**
16 * @brief Updates loop screens. Blocking. 12 * @brief Update firmware via internet.
17 */ 13 */
18 void Updates_Loop(void); 14 void bin_update(void);
15
19 16
20 #endif 17 #endif

mercurial