main/setup.h

Wed, 24 Oct 2018 11:49:22 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 24 Oct 2018 11:49:22 +0200
changeset 11
f816cf5b6bcb
parent 0
b74b0e4902c3
permissions
-rw-r--r--

Renamed www directory to w to prevent too long filenames for the spiffs filesystem.

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