main/updates.h

Fri, 18 Sep 2020 12:55:03 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 18 Sep 2020 12:55:03 +0200
changeset 61
a322cfcff6b8
parent 26
8a3696620c0a
permissions
-rw-r--r--

Leave old temperature when there is a sensor read error.

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