mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-12 13:26:31 +00:00
Prepare for Arduino PR #6569
This commit is contained in:
parent
942c2e9806
commit
2c12266b1b
@ -171,6 +171,9 @@ public:
|
|||||||
operator bool() {
|
operator bool() {
|
||||||
return (bool) _f;
|
return (bool) _f;
|
||||||
}
|
}
|
||||||
|
bool setBufferSize(size_t size) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
File _f;
|
File _f;
|
||||||
@ -226,6 +229,10 @@ public:
|
|||||||
// do nothing
|
// do nothing
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool setBufferSize(size_t size) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
bool seek(uint32_t pos, SeekMode mode) {
|
bool seek(uint32_t pos, SeekMode mode) {
|
||||||
// AddLog(LOG_LEVEL_DEBUG, "ZIP: seek pos=%i mode=%i", pos, mode);
|
// AddLog(LOG_LEVEL_DEBUG, "ZIP: seek pos=%i mode=%i", pos, mode);
|
||||||
if (SeekSet == mode) {
|
if (SeekSet == mode) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user