main/updates.h

Sun, 10 Nov 2019 20:53:01 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 10 Nov 2019 20:53:01 +0100
changeset 27
8bb63daa7b46
parent 26
8a3696620c0a
permissions
-rw-r--r--

Increased some lock timeouts. Application CPU speed from 160 to 240 MHz. Added timeout timers to the update process.

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