main/automation.h

Fri, 17 May 2019 15:39:05 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 17 May 2019 15:39:05 +0200
changeset 47
2aab3b5af4b5
parent 1
ad2c8b13eb88
permissions
-rw-r--r--

Fixed css path in chart.html. Show errors in console when writing logfiles.json. Upgraded esp-idf.

/**
 * @file automation.h
 * @brief Brew automation.
 */
#ifndef	_AUTOMATION_H
#define	_AUTOMATION_H


/**
 * @brief Automation init fases
 * @return true if should jump to startover.
 */
bool Automation_Init(void);

/**
 * @brief Automation loop screens. Non-blocking (mostly).
 * @return true if should jump to startover.
 */
bool Automation_Loop(void);


#endif

mercurial