main/updates.h

Tue, 26 Nov 2019 11:20:41 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 26 Nov 2019 11:20:41 +0100
changeset 42
22a0f9810561
parent 26
8a3696620c0a
permissions
-rw-r--r--

In the main screen dim the not active units.

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