main/updates.h

Sun, 24 Nov 2019 12:08:01 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 24 Nov 2019 12:08:01 +0100
changeset 40
4d8cca2d5b68
parent 26
8a3696620c0a
permissions
-rw-r--r--

Better OTA upgrade messages

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