main/updates.h

Tue, 26 Sep 2023 14:49:49 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 26 Sep 2023 14:49:49 +0200
changeset 68
121b3fa6b806
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