ETAG control for http client

This commit is contained in:
2021-11-05 02:26:50 +03:00
parent 2ee8ad5ab6
commit 201f492e29
7 changed files with 145 additions and 54 deletions

View File

@@ -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;
};