Closed dberlin closed 1 year ago
Currently the TCXO control voltage is hard coded to 3.3v.
For some boards, like the heltec lora v3 boards, they are using 1.8V
See https://github.com/Heltec-Aaron-Lee/WiFi_Kit_series/blob/master/esp32/libraries/LoraWan102/src/driver/sx126x.c#L79
It would be nice if it was possible to pass along the TCXO control voltage in the setup struct.
Nice extension to the functionality. Thank you for submitting. I will have a quick test this weekend and merge it.
Currently the TCXO control voltage is hard coded to 3.3v.
For some boards, like the heltec lora v3 boards, they are using 1.8V
See https://github.com/Heltec-Aaron-Lee/WiFi_Kit_series/blob/master/esp32/libraries/LoraWan102/src/driver/sx126x.c#L79
It would be nice if it was possible to pass along the TCXO control voltage in the setup struct.