after I input 10i, RF12demo reports:
J i0 g5 @868MHz
I just noticed that a previous version of RF12demo (which does not report its version at startup) does the same.
This forum has moved to forum.jeelabs.net - this read-only archive is for reference only!
after I input 10i, RF12demo reports:
J i0 g5 @868MHz
I just noticed that a previous version of RF12demo (which does not report its version at startup) does the same.
Wow, good catch:
if (v > 10)
... should have been:
if (v >= 10)
No ill effects, other than bad reporting. I've fixed it in the code repository and the zipfile. No version bump.