chandrawi / LoRaRF-Arduino

Arduino library for basic transmitting and receiving data using LoRa and FSK modulation
MIT License
53 stars 15 forks source link

uint8_t deviceSel = 0x00; what does this mean? #24

Open gugo2808 opened 4 months ago

gugo2808 commented 4 months ago

uint8_t deviceSel = 0x00; what does this mean?

Could you please tell me which settings 0x00 sets? I already literally decomposed whole library, but can't find the needed parameter. Everyone thank you!