Heatshrink question #527
Unanswered
espruino-discuss
asked this question in
JavaScript
Replies: 1 comment
-
Posted at 2016-01-22 by @gfwilliams I'm pretty sure it is active - it's set in the Makefile usually, as on some boards with very little RAM you don't save enough memory with the compression to make it worthwhile. Yes, I'd wondered about exposing it. IMO it's not quite as exciting as if I could have use zlib or something that compressed in a 'common' format though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Posted at 2016-01-22 by Snerkle
I see that you've added
heatshrink
compression to Espruino and that theFlash
module is setup to use it, but I'm not sure if that is active at the moment as I don't see the macroUSE_HEATSHRINK
being set anywhere.Is it possible, and would it make sense, to have
heatshrink
jswrap-ed so that we could use it when playing with strings and typed arrays in javaScript?Beta Was this translation helpful? Give feedback.
All reactions