sudomesh / LoRaLayer2

Layer 2 routing protocol for LoRa connected devices
86 stars 29 forks source link

Example Program failed to compile #14

Closed mamanbudiman closed 4 years ago

mamanbudiman commented 4 years ago

I try to compile the example program, but it is failed to compile.

Also, I have seen that the source library is different with the previous one. Could you update the example program for the new library ?

Regards,

paidforby commented 4 years ago

Sorry about that. You are correct, I have not synced the example with the latest changes to the source. Really, the platformio.ini should point to a specific commit (or, ideally, a tagged release) of the code. I'll quickly fix this by adding a commit tag to the lib_deps line, I think 3f650076c1e1ff97d33c8aab20fb844528822542 was the last one that worked with the the API in the example.

The real solution of updating the API, may take a little more time for me to get to.

paidforby commented 4 years ago

That latest commit now builds for me. Let me know if you have any more problems. I'll close this issue once I fix this problem correctly by updating the API in the example (and the README while I'm at it).

mamanbudiman commented 4 years ago

Ok, thanks you. I will check it.

Regards,

paidforby commented 4 years ago

Finally got around to properly and fully resolving this issue. Example is now updated to use the latest version of the LL2 library. Should be working as of 15e30154f32edf12db7a375c2db48699e06674fc, I tagged that commit as 1.0.1 also.