vshymanskyy / TinyGSM

A small Arduino library for GSM modules, that just works
GNU Lesser General Public License v3.0
1.91k stars 709 forks source link

Download .zip file #638

Closed samsmith94 closed 2 years ago

samsmith94 commented 2 years ago

What type of issues is this?

[ X] Question or request for help

What are you working with?

Modem: SIM800c Main processor board: STM32F429ZI TinyGSM version: latest

Scenario, steps to reproduce

I tried to download zip file, instead of .bin. I used FileDownload exmple as a starting point.

I have a 214 bytes sized zip. But on debug terminal, only 38 byte is read. And CRC also not okay.

Has anybody tried to download a zip file with the library?