main/updates.h

Tue, 21 Mar 2023 09:25:50 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 21 Mar 2023 09:25:50 +0100
changeset 66
3557b91717d7
parent 26
8a3696620c0a
permissions
-rw-r--r--

Upgraded to kicad 7.x

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