mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-30 20:09:14 +03:00
попытка использовать альтнрнативный метод поиска
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
#include <Arduino.h>
|
||||
|
||||
#include "Consts.h"
|
||||
#include "FileSystem.h"
|
||||
|
||||
@@ -44,6 +45,11 @@ const String writeFile(const String& filename, const String& str);
|
||||
*/
|
||||
const String readFile(const String& filename, size_t max_size);
|
||||
|
||||
/*
|
||||
* Чтение файла в строку с записью его размера
|
||||
*/
|
||||
const String readFileSz(const String& filename, size_t max_size, size_t& size);
|
||||
|
||||
/*
|
||||
* Размер файла
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user