main/updates.h

Tue, 26 Sep 2023 14:50:55 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 26 Sep 2023 14:50:55 +0200
changeset 69
5437e0514d59
parent 26
8a3696620c0a
permissions
-rw-r--r--

Migrated ADC converter to isp-idf v5.1

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