main/files.h

Sat, 29 Jun 2024 16:09:03 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 29 Jun 2024 16:09:03 +0200
branch
idf 5.1
changeset 140
ac6ad7bd55c3
parent 19
49e2960d4642
permissions
-rw-r--r--

Version 0.4.1 Fixed deprecation message. Ignore WiFi channel change event

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