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
145 stars 52 forks source link

RAK4631 QoL updates #77

Closed jacobeva closed 2 months ago

jacobeva commented 2 months ago

This PR is related to https://github.com/markqvist/Reticulum/pull/502

Added:

Fixes:

Comments are welcome as always. If I have gone about something the wrong way, please let me know Mark!

jacobeva commented 2 months ago

Reverted HAS_DISPLAY define in RAK4631 board config to false.

This actually wasn't necessary, as it does not cause compilation errors as I expected. It can be removed if you wish!

jacobeva commented 2 months ago

cda32c405fd8c9b73d7abc0de414dae0c198c44d fixes an issue with transmission power on the RAK4631. Basically I wasn't using the DIO2 pin for the TX/RX switch despite having programmed it into the driver. d'oh!