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