mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
добавил wifi версия которая компилируется
This commit is contained in:
9
include/utils/FileUtils.h
Normal file
9
include/utils/FileUtils.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
#include "EspFileSystem.h"
|
||||
#include "Global.h"
|
||||
|
||||
extern File seekFile(const String& filename, size_t position = 0);
|
||||
extern const String writeFile(const String& filename, const String& str);
|
||||
extern const String readFile(const String& filename, size_t max_size);
|
||||
extern const String filepath(const String& filename);
|
||||
extern bool cutFile(const String& src, const String& dst);
|
||||
Reference in New Issue
Block a user