thesolarnomad / lora-serialization

LoraWAN serialization/deserialization library for The Things Network
MIT License
164 stars 26 forks source link

4-byte Float Functions not provided in archive visible to Arduino Library Manager #45

Closed matthias-bs closed 2 years ago

matthias-bs commented 2 years ago

If you want to use the functions writeRawFloat()/addRawFloat(), you must install from the head of the repository, i.e. neither use the Arduino Library Manager nor install the library from the v3.0.1 archive.

joscha commented 2 years ago

we can produce a new tag for HEAD - shall we get https://github.com/thesolarnomad/lora-serialization/pull/44 in first?

matthias-bs commented 2 years ago

Yes, it would be great to pull in #44 first.

joscha commented 2 years ago

Done. If you update the libraries I'll merge and create a new matching tag!

On Mon, 25 July 2022, 14:45 Matthias Prinke, @.***> wrote:

Yes, it would be great to pull in #44 http:///thesolarnomad/lora-serialization/pull/44 first.

— Reply to this email directly, view it on GitHub https://github.com/thesolarnomad/lora-serialization/issues/45#issuecomment-1193573164, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABN5BTCPJA7EOMUNAB5J33VVYLWXANCNFSM54P4LMRA . You are receiving this because you commented.Message ID: @.***>

matthias-bs commented 2 years ago

Sorry, what do you mean by "if you update the libraries"?

joscha commented 2 years ago

The properties file will need a new minor version, won't it?

On Mon, 25 July 2022, 15:12 Matthias Prinke, @.***> wrote:

Sorry, what do you mean by "if you update the libraries"?

— Reply to this email directly, view it on GitHub https://github.com/thesolarnomad/lora-serialization/issues/45#issuecomment-1193587477, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABN5BUGS56ZAXO5QIEBTQTVVYO5TANCNFSM54P4LMRA . You are receiving this because you commented.Message ID: @.***>

matthias-bs commented 2 years ago

Thank you for the update v3.1.0!