main/updates.h

Sat, 01 Oct 2022 13:27:34 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 01 Oct 2022 13:27:34 +0200
changeset 65
afdc58d595f8
parent 26
8a3696620c0a
permissions
-rw-r--r--

Updated kicad drawings to kicad 6.0.8

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