richonguzman / LoRa_APRS_Tracker

LoRa APRS Tracker with Tx and Rx capabilities, Messages, Wx, Winlink and more...
MIT License
213 stars 58 forks source link

Support modules with XTAL #135

Closed petrkr closed 1 month ago

petrkr commented 3 months ago

I making custom board for tracker and later mainly for iGate. I am using now SX1268 radio module which does not use TCXO but XTAL. https://www.aliexpress.com/item/1005005715303224.html

This add build time flag to tell RadioLib to use XTAL instead of TCXO.

Also one commit add error code from begin, which was helpful to se error -707

https://github.com/jgromes/RadioLib/issues/99

richonguzman commented 1 month ago

added!