main/setup.h

Tue, 16 Jan 2024 09:51:55 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 16 Jan 2024 09:51:55 +0100
changeset 126
e133a292ad21
parent 0
b74b0e4902c3
permissions
-rw-r--r--

Version 0.3.23. In a decoction mash step during wait for confirm prompt, leave the setpoint as it was. Set the new temperature after confirmation. Log this.

/**
 * @file setup.h
 * @brief Setup screens.
 */
#ifndef	_SETUP_H
#define	_SETUP_H

/**
 * @brief Setup init fases.
 */
void Setup_Init(void);

/**
 * @brief Setup loop screens. Non-blocking.
 */
void Setup_Loop(void);

#endif

mercurial