main/setup.h

Thu, 25 Oct 2018 21:10:29 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 25 Oct 2018 21:10:29 +0200
changeset 17
f3451031d6c6
parent 0
b74b0e4902c3
permissions
-rw-r--r--

Version 0.2.5. Removed debug console messages during recipe import. Removed old SyncDirs code to install /spiffs from the SD card since we now do this via the internet.

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