mirror of
https://github.com/anklimov/lighthub
synced 2025-12-07 12:19:49 +03:00
ETAG control for http client
This commit is contained in:
@@ -172,7 +172,7 @@ NRFFlashStorage EEPROM;
|
||||
|
||||
unsigned int flashStream::seek(unsigned int _pos)
|
||||
{ pos=min(_pos, streamSize);
|
||||
debugSerial<<F("Seek:")<<pos<<endl;
|
||||
//debugSerial<<F("Seek:")<<pos<<endl;
|
||||
return pos;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user