main/updates.h

Tue, 26 Nov 2019 11:55:46 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 26 Nov 2019 11:55:46 +0100
changeset 43
70c99c2084dc
parent 26
8a3696620c0a
permissions
-rw-r--r--

Version 0.2.1. When wakeup by user push, select the active unit screen if only one unit is active.

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