main/updates.h

Sat, 14 Mar 2020 15:52:04 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 14 Mar 2020 15:52:04 +0100
changeset 49
f526ba98a6b7
parent 26
8a3696620c0a
permissions
-rw-r--r--

Added function comment

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