Tasmota/lib/libesp32/berry_tasmota/include/be_port.h

12 lines
389 B
C

/********************************************************************
* Tasmota - constants used in be_port and be_path_tasmota.lib.c
*******************************************************************/
#define MPATH_MKDIR 0
#define MPATH_RMDIR 1
#define MPATH_LISTDIR 2
#define MPATH_ISDIR 3
#define MPATH_EXISTS 4
#define MPATH_MODIFIED 5
#define MPATH_REMOVE 6
#define MPATH_RENAME 7