main/updates.h

Mon, 15 Jun 2020 12:08:21 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 15 Jun 2020 12:08:21 +0200
changeset 59
52d9405474e1
parent 26
8a3696620c0a
permissions
-rw-r--r--

Better check for a corrupted units file. Added a small boot delay to prevent units file corruption.

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

#ifndef _UPDATES_H
#define _UPDATES_H


/**
 * @brief Update firmware via internet.
 */
void bin_update(void);


#endif

mercurial