-
Notifications
You must be signed in to change notification settings - Fork 67
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
Add documentation for Arduino MKR WAN 1310 #1343
Conversation
void loop() { | ||
int t = dht.readTemperature() * 100; | ||
int h = dht.readHumidity() * 100; | ||
First you have to **add the AppEUI and AppKey from {{% tts %}} between the double quotes**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I actually meant in-code comments, such as:
String appEui = "123456789ABCDEF"; #Fill in with your AppEUI
Something like that, just to make it a no-brainer. Same thing for regional band part
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I felt like users would not notice that but sure ill just say "check the in-code comments"
Summary
Add onboarding documentation for Arduino MKR WAN 1310 and an example project.
Closes #1342
Screenshots
Changes
Notes for Reviewers
...
Checklist
make server
, posted screenshots, verified external links. Test withHUGO_PARAMS_SEARCH_ENABLED=true
if style changes will affect the search bar.new-in-version
shortcode, according to the guidelines in CONTRIBUTING.