main/updates.h

Mon, 31 May 2021 16:52:10 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 31 May 2021 16:52:10 +0200
changeset 63
382697f556bb
parent 26
8a3696620c0a
permissions
-rw-r--r--

Added kicad schemas

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