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
Hello, what is the correct format of custom message type decoding grammar for WeatherMonitor sketch?
Thank you.
The text was updated successfully, but these errors were encountered:
The data format in the sketch is
SigFox/examples/WeatherMonitor/WeatherMonitor.ino
Lines 49 to 57 in e3f61d2
which maps to a sigfox decoder like
status::uint:8 temperature::int:16 temperatureExt::int:16 pressure::uint:16 humidity::uint:16 light::uint:16 lastMsg::uint:8
Sorry, something went wrong.
No branches or pull requests
Hello,
what is the correct format of custom message type decoding grammar for WeatherMonitor sketch?
Thank you.
The text was updated successfully, but these errors were encountered: