rpp0 / gr-lora

GNU Radio blocks for receiving LoRa modulated radio messages using SDR
GNU General Public License v3.0
525 stars 113 forks source link

Convert blocks and sample flowgraphs to 3.8 #102

Closed argilo closed 4 years ago

argilo commented 4 years ago

I've converted all the GRC XML files to YML, and rebuilt the sample flowgraphs using GRC 3.8. Also, I added a missing file that was necessary for a 3.8 build to succeed (cmake/Modules/targetConfig.cmake.in). After these changes, the sample flow graphs appear to be working in GNU Radio 3.8.

rpp0 commented 4 years ago

This is great, thank you so much! It seems that I indeed forgot to commit targetConfig.cmake.in, which I didn't realize. Sorry about that.