main/updates.h

Fri, 10 Apr 2020 11:51:40 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 10 Apr 2020 11:51:40 +0200
changeset 54
3b1834482899
parent 26
8a3696620c0a
permissions
-rw-r--r--

Version 0.2.5. Added interval to the NBIRTH json data. Added global define 60 seconds.

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