thesolarnomad / lora-serialization

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

LoraEncoder.cpp: added writeUint32() #44

Closed matthias-bs closed 2 years ago

matthias-bs commented 2 years ago

I added writeUint32() because I needed it. Its identical to writeUnixtime(), but I thought it might be confusing to use this for other purposes.

joscha commented 2 years ago

Happy to add this if we remove the history and // MPr: added comments.

matthias-bs commented 2 years ago

Removed history and editing comments. Thank you very much in advance!