main/files.h

Mon, 17 May 2021 22:38:43 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 17 May 2021 22:38:43 +0200
changeset 92
bac0a860f5dd
parent 19
49e2960d4642
permissions
-rw-r--r--

No repeated logs when the SD card is removed. Supress wifi_init logs.

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