main/updates.h

Sun, 17 Nov 2019 12:58:39 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 17 Nov 2019 12:58:39 +0100
changeset 34
495b7eafbf5a
parent 26
8a3696620c0a
permissions
-rw-r--r--

Temporary white splash screen. Select DS18B20 sensor per unit. Changed units result logging

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