main/updates.h

Sat, 25 Jan 2020 12:02:22 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 25 Jan 2020 12:02:22 +0100
changeset 46
2cf4b15895f2
parent 26
8a3696620c0a
permissions
-rw-r--r--

Updated the README

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