main/files.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
child 19
49e2960d4642
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 files.h
 * @brief Files management.
 */
#ifndef _FILESS_H
#define _FILESS_H

/**
 *  * @brief Files init fases.
 *   */
void Files_Init(void);

/**
 *  * @brief Files loop screens. Bob-blocking.
 *   */
void Files_Loop(void);

#endif

mercurial