-->
Page 1 of 1

Missing includes for heatshrink

PostPosted: Tue Jul 28, 2015 11:32 pm
by kolban
Looking at the Git project on Github, I seem to see that espfs/mkespfsimage/main.c includes:

o heatshrink_common.h
o heatshrink_config.h
o heatshrink_encoder.h

However, I can't seem to find those within the project. Is this a mistake or might I be mis-understanding something?

Neil

Re: Missing includes for heatshrink

PostPosted: Wed Jul 29, 2015 2:36 am
by Sprite_tm
Heatshrink is pulled in as a git submodule. If you clone the project, just run 'make' and if it doesn't detect the Heatshrink lib, it'll automagically pull it in.