main/updates.h

Thu, 31 Oct 2019 22:22:22 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 31 Oct 2019 22:22:22 +0100
changeset 17
f9eca4a55911
parent 0
88d965579617
child 26
8a3696620c0a
permissions
-rw-r--r--

More menus development.

/**
 * @file updates.h
 * @brief Updates management. It can download and install new firmware
 *        downloaded from the internet.
 */

#ifndef _UPDATES_H
#define _UPDATES_H

/**
 * @brief Updates init fases.
 */
void Updates_Init(void);

/**
 * @brief Updates loop screens. Blocking.
 */
void Updates_Loop(void);

#endif

mercurial