Quantcast
Channel: The Things Network - Latest posts
Viewing all articles
Browse latest Browse all 115657

Node with ESP8266 and RFM95W

$
0
0

has the same bug:

void LMIC_disableChannel (u1_t channel) {
if( channel < 72+MAX_XCHANNELS )
LMIC.channelMap[channel/4] &= ~(1<<(channel&0xF));
}

That 4 should be a 16 to get the right byte of the array - only affects CFG_us915.


Viewing all articles
Browse latest Browse all 115657

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>