main/updates.h

Tue, 03 Oct 2023 19:43:22 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 03 Oct 2023 19:43:22 +0200
changeset 78
e03d729aecb8
parent 26
8a3696620c0a
permissions
-rw-r--r--

Changes in the main timing loop and corrected the loop time.

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