We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I don't think this is related to the frequency though the timeout could be from a number of things I imagine. Wrong pins, bad hardware or whatever.
But I ran into an error that didn't seem appropriate.
https://github.com/ConnorRigby/elixir-rf69/blob/master/lib/rf69.ex#L387
That call to set_mode can be run as set_mode(:timeout, :STANDBY) which blows up.
set_mode(:timeout, :STANDBY)
** (FunctionClauseError) no function clause matching in RF69.Util.set_mode/2 (rf69 0.1.0) lib/rf69/util.ex:121: RF69.Util.set_mode(:timeout, :STANDBY)
Don't know if that timeout is unrecoverable regardless and the blowing up is appropriate but I don't think it's as intended :)
Aside from not getting it working the library has been straightforward to work with :D
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I don't think this is related to the frequency though the timeout could be from a number of things I imagine. Wrong pins, bad hardware or whatever.
But I ran into an error that didn't seem appropriate.
https://github.com/ConnorRigby/elixir-rf69/blob/master/lib/rf69.ex#L387
That call to set_mode can be run as
set_mode(:timeout, :STANDBY)
which blows up.Don't know if that timeout is unrecoverable regardless and the blowing up is appropriate but I don't think it's as intended :)
Aside from not getting it working the library has been straightforward to work with :D
The text was updated successfully, but these errors were encountered: