richonguzman / LoRa_APRS_iGate

LoRa APRS iGATE for ESP32 Based Board with Rx + Tx capabilities
MIT License
239 stars 72 forks source link

Radiolib bandwidth #53

Closed Szetya closed 8 months ago

Szetya commented 8 months ago

https://github.com/richonguzman/LoRa_APRS_iGate/blob/3fda399ecf369080e0a2013a35662a500ba54658/src/lora_utils.cpp#L66 In radiolib the bandwidth in kHz.

richonguzman commented 8 months ago

I'm on it ;)

Szetya commented 8 months ago

Also use radiolib for SX1278. One less library, one less math, one less bug. 😉

SQ2CPA commented 8 months ago

Yes, this will reduce flash usage so we will definitely do that!

richonguzman commented 8 months ago

corrected!