duggabe / gr-control

Modular transmit / receive station control
GNU General Public License v3.0
30 stars 7 forks source link

Examples fail to load on 3.10 #7

Closed KyleKotowick closed 1 year ago

KyleKotowick commented 1 year ago

I'm trying to open some of the examples (e.g. Transmitters/pkt_fsk_xmt.grc) with GRC 3.10.5.1, but it's throwing this error:

Loading: "/home/kyle/pkt_fsk_xmt.grc"
Error: mapping values are not allowed here
  in "/home/kyle/pkt_fsk_xmt.grc", line 27, column 66
>>> Failure

From some quick searches, this seems to be an incompatibility with 3.10, but the README page says that the examples in the main branch are for 3.9/3.10, so I'm not sure if this is expected or an error.

KyleKotowick commented 1 year ago

Disregard, it was a problem with GitHub downloading the files as an HTML file instead of a YAML file.