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 compiled with PlatformIO (still Arduino platform) and got a warning that boolean is deprecated.
boolean
Perhaps makes sense to replace with bool in the IridiumSBD::isConnected() function
bool
IridiumSBD::isConnected()
The text was updated successfully, but these errors were encountered:
Resolve #13
4001fe3
Hello @niag-IDSI ,
Apologies for the very slow reply!
This is resolved in v3.0.6.
Very best wishes, Paul
Sorry, something went wrong.
Merge pull request #18 from sparkfun/release_candidate
00cc89f
Successfully merging a pull request may close this issue.
I compiled with PlatformIO (still Arduino platform) and got a warning that
boolean
is deprecated.Perhaps makes sense to replace with
bool
in theIridiumSBD::isConnected()
functionThe text was updated successfully, but these errors were encountered: