We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c5e6e commit 928b7b0Copy full SHA for 928b7b0
src/Arduino_LoRaWAN.h
@@ -81,7 +81,7 @@ namespace Arduino_LMIC {
81
{
82
return (c1 < 'A' || c1 > 'Z' || c2 < 'A' || c2 > 'Z')
83
? 0
84
- : ((c1 << 8) | c1);
+ : ((c1 << 8) | c2);
85
}
86
} // namespace Arduino_LMIC
87
0 commit comments