markqvist / RNode_Firmware

RNode is an open, free and flexible digital radio interface with many uses
https://unsigned.io/rnode
GNU General Public License v3.0
173 stars 61 forks source link

Can't install on to Heltec LoRa32 v2 Using RNode Configuration Utility #42

Closed ZL1LAC closed 1 year ago

ZL1LAC commented 1 year ago

Hello I can't seem to get the RNode Configuration Utility to work with the Heltec LoRa32 v2.

When I select it in the list it says "That device type does not exist, exiting now." image

The readme states this is a supported device, so I'm guessing this isn't where I go to get this board ready to go?

Hopefully someone can help me figure this out.

Erethon commented 1 year ago

That device is indeed supported, there's a small bug however in the device selection menu. If you apply the change from this PR it should work I believe.

ZL1LAC commented 1 year ago

@Erethon I assume I would have to build this and then install? I'm not familiar with this could you point me in the direction to do this?

Erethon commented 1 year ago

@Erethon I assume I would have to build this and then install? I'm not familiar with this could you point me in the direction to do this?

No building is required, you can just edit the python code that's installed on your machine. If you don't know where that is (it depends on how you installed the software and which operating system you're using), maybe it's simpler to do pip install git+https://github.com/erethon/reticulum.git@rnodeconf-device-selection to install the version with the bugfix for now.