liberatedsystems / RNode_Firmware_CE

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

T-ECHO support #35

Closed jeremybox closed 2 months ago

jeremybox commented 2 months ago

This adds support for the T-ECHO. There's some other changes like indentation and small cleanup I did as I was working.

jacobeva commented 2 months ago

Wow that is a lot of commits! Can you please squash all these into one commit? (it's a git feature, look it up) Thanks :)

jeremybox commented 2 months ago

This is the best I can do with the squash - I merged branches with yours periodically to make it 'easier' as I went, so hopefully this works. Going foward I'll know not to do that.

jacobeva commented 2 months ago

Oh gosh, this has turned into a bit of a mess. Can you please just add the bare minimum changes to add t-echo support in one commit and force overwrite? Don't worry about solving merge conflicts, I will do that myself. In attempting to do so you have actually made things less convenient! :)

jacobeva commented 2 months ago

Once you think you're happy with it, check the diff here and make sure there isn't unrelated stuff in your PR. Thank you again for the very hard work on getting this board working.

jeremybox commented 2 months ago

I'm just going to make a new branch and retry then. I don't understand how to do what you're asking.