better handling of external LoRa init #1
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Needs to be able to handle LoRa being init'd from application code. This should mostly work for
esp32_lora_cfg_tbut if the user initialized SPI in their own this could result in an exception.esp32_lora_spi_initandesp32_lora_initneed error checking.netif_lora_config->lorashould be->lora_configto specifically note it's type.esp32_lorais probably due for anesp32_lora_handle_tin addition to it's config.esp32_loraalso needs a create method instead of/in addition to_DEFAULT_CONFIG