main/updates.h

Mon, 16 Dec 2019 20:24:33 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 16 Dec 2019 20:24:33 +0100
changeset 45
61a106fd9d9e
parent 26
8a3696620c0a
permissions
-rw-r--r--

Changed os and os_version information to esp-idf.

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