main/updates.h

Sat, 26 Oct 2019 14:05:17 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 26 Oct 2019 14:05:17 +0200
changeset 15
83314e7b1b4a
parent 0
88d965579617
child 26
8a3696620c0a
permissions
-rw-r--r--

Changed build system to idf.py

/**
 * @file updates.h
 * @brief Updates management. It can download and install new firmware
 *        downloaded from the internet.
 */

#ifndef _UPDATES_H
#define _UPDATES_H

/**
 * @brief Updates init fases.
 */
void Updates_Init(void);

/**
 * @brief Updates loop screens. Blocking.
 */
void Updates_Loop(void);

#endif

mercurial