siara-cc / Unishox_Arduino_Progmem_lib

Retrieve compressed UTF-8 strings from Arduino Flash memory (Progmem)
Apache License 2.0
21 stars 2 forks source link

Doesn't Work - New Content is Corrupted #2

Open jtitley opened 1 year ago

jtitley commented 1 year ago

The examples work,but any content generated from the generator doesn't work.

It would appear this library is out of date. The references ./unishox are actually ./test-unishox

Generated code is using uint8_t whilst the examples are using byte

siara-cc commented 1 year ago

Hi, you are right I changed ./unishox to ./test-unishox and have not updated this repo. Are you still facing any issue? byte is the same as uint8_t as long as the typedef is present. I am sorry I have not been able to update this repo yet.