diff --git a/adafruit_pyportal.py b/adafruit_pyportal.py index e92b1d7..d0ae038 100644 --- a/adafruit_pyportal.py +++ b/adafruit_pyportal.py @@ -873,7 +873,7 @@ def fetch(self, refresh_url=None): # convert image to bitmap and cache #print("**not actually wgetting**") filename = "/cache.bmp" - chunk_size = 12000 # default chunk size is 12K (for QSPI) + chunk_size = 4096 # default chunk size is 12K (for QSPI) if self._sdcard: filename = "/sd" + filename chunk_size = 512 # current bug in big SD writes -> stick to 1 block