добавил wifi версия которая компилируется

This commit is contained in:
Dmitry Borisenko
2021-12-22 23:33:47 +01:00
parent 5f605a8e7c
commit 0262fa985b
198 changed files with 1043 additions and 15417 deletions

View 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);