main/updates.h

Wed, 19 May 2021 19:42:21 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 19 May 2021 19:42:21 +0200
changeset 62
dad290de90e0
parent 26
8a3696620c0a
permissions
-rw-r--r--

Uodated to stable esp-idf 4.2.1

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