Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added radio to radio and tested it. Can switch back and forth by calling init or initP2P #51

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

DenniZr
Copy link
Contributor

@DenniZr DenniZr commented Dec 3, 2017

No description provided.

@DenniZr
Copy link
Contributor Author

DenniZr commented Dec 3, 2017

@jpmeijers
Copy link
Owner

Will merge this in the next few days. Just want to give it a good look and perhaps a test first.

@DenniZr
Copy link
Contributor Author

DenniZr commented Jan 3, 2018

@DenniZr
Copy link
Contributor Author

DenniZr commented Jan 3, 2018

if you add:
// now add radiohead compatibility
for(int i = (radioPacketSize-4) - 1; i >= 0; i--) loopbackToData[i+4] = loopbackToData[i];
loopbackToData[0]=255; // to all
loopbackToData[1]=MyID; // from
loopbackToData[2]=packagecounter%0xFF; // headerid
loopbackToData[3]=0x00; // flags
it communicates with radiohead (radio 2 radio for rfm95)

@jpmeijers
Copy link
Owner

I was looking at this PR. Looks like a simple change, but because the master branch has changed so much, this is not a trivial merge anymore. Anyone feel like updating this PR to make it mergable?

@DenniZr
Copy link
Contributor Author

DenniZr commented Oct 5, 2021 via email

@DenniZr
Copy link
Contributor Author

DenniZr commented Oct 5, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants