RAKWireless / LPWAN-Tracker-Solution

LPWAN Tracker Solution "Built with RAK's WisBlock"
12 stars 6 forks source link

Correction for linux os in uf2 creation and updated libraries #2

Closed TheGoncaloSilva closed 2 months ago

TheGoncaloSilva commented 2 months ago

Updated PlatformIO.ini file

As present in WisBlock-API-V2 commit [1683bf2](https://github.com/beegee-tokyo/WisBlock-API-V2/commit/1683bf25f44205561ff0fbd5525702f3cf638f4c, sabas1080 stopped hosting the CayenneLPP package, transferring it to ElectronicCats possesion, so the platformIO file is updated to change the ownership of this repo.

In the last update of library SX126x-Arduino, beegee-tokyo with commit 7554799 broke compilation for the library with added code, so the PlatformIO file is updated to use the previous version of the library while the issue isn't fixed.

UF2 creation for linux

The create_uf2.py file has a small issue in the handling source hex path, where an "\" is desnecessarily added in linux, breaking the compilation.

Thx, Gonçalo

TheGoncaloSilva commented 2 months ago

Created issue 128 for SX126x-Arduino library problem

beegee-tokyo commented 2 months ago

Thank you. Changed the files in the latest commit. I do not have Linux, please check if UF2 generation works.

TheGoncaloSilva commented 2 months ago

UF2 is working correctly in linux now, thx.