Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Käppler
ampel-firmware
Commits
716fcc70
Commit
716fcc70
authored
Dec 26, 2020
by
Eric Duminil
Browse files
Note
parent
3923e608
Changes
1
Show whitespace changes
Inline
Side-by-side
lorawan.cpp
View file @
716fcc70
...
...
@@ -102,9 +102,7 @@ namespace lorawan {
Serial
.
println
();
}
Serial
.
println
(
F
(
"Other services may resume, and will not be frozen anymore."
));
// Disable link check validation (automatically enabled
// during join, but because slow data rates change max TX
// size, we don't use it in this example.
// Disable link check validation (automatically enabled during join)
LMIC_setLinkCheckMode
(
0
);
break
;
case
EV_JOIN_FAILED
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment