main/updates.h

Fri, 11 Oct 2019 15:56:30 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 11 Oct 2019 15:56:30 +0200
changeset 9
a85995941d0d
parent 0
88d965579617
child 26
8a3696620c0a
permissions
-rw-r--r--

Added publish logs. Another fix for DS18B20 rom address copy.

/**
 * @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