mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2026-05-09 00:22:22 +02:00
Latest version of issue453 branch
This commit is contained in:
Executable → Regular
Executable → Regular
Executable → Regular
+1
-1
@@ -1872,7 +1872,7 @@ static bit_t buildDataFrame (void) {
|
||||
LMIC.adrChanged = 0;
|
||||
}
|
||||
|
||||
u1_t flen = end + (txdata ? 5+dlen : 4);
|
||||
unsigned int flen = end + (txdata ? 5+dlen : 4);
|
||||
if( flen > MAX_LEN_FRAME ) {
|
||||
// Options and payload too big - delay payload
|
||||
txdata = 0;
|
||||
|
||||
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Reference in New Issue
Block a user