tobozo / ESP32-targz

🗜️ An Arduino library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266
Other
118 stars 15 forks source link

I cant compile the example code for esp8266 #16

Closed denruss closed 3 years ago

denruss commented 3 years ago

In file included from C:\Users\Denis\Documents\Arduino\libraries\ESP32-targz\src/ESP32-targz-lib.h:44:0,

             from C:\Users\Denis\Documents\Arduino\libraries\ESP32-targz\src/ESP32-targz.h:124,

             from C:\Users\Denis\Documents\Arduino\libraries\ESP32-targz\examples\Unpack_gz_file\Unpack_gz_file.ino:15:

C:\Users\Denis\Documents\Arduino\libraries\ESP32-targz\src/helpers/md5_sum.h:4:25: fatal error: mbedtls/md5.h: No such file or directory

tobozo commented 3 years ago

thanks for reporting this :+1:

I just pushed a fix on the master branch, untested though as I can't test on a real device before a couple of days.

denruss commented 3 years ago

thanks. I was able to compile now

tobozo commented 3 years ago

closing this as solved after testing most examples on a Wemos Mini D1 and producing a new release, thanks again for your input :+1:

feel free to reopen if you get a compilation error with one of the examples