Move Lora Init code into LoraInit.cpp/h (#9435)

* Move Lora Init code into LoraInit.cpp/h

* Add missed extern definition

* More carefully check for nullptr in LoraInit.cpp

* STM32 fixes

* Add extern SPI1 for HW_SPI1_DEVICE

* Move initLora to RadioInterface.h
This commit is contained in:
Jonathan Bennett
2026-01-25 20:54:17 -06:00
committed by GitHub
parent 57a3ff8dfc
commit 8a9830282a
4 changed files with 302 additions and 274 deletions

View File

@@ -7,7 +7,6 @@
#include "RTC.h"
#include "configuration.h"
#include "detect/LoRaRadioType.h"
#include "main.h"
#include "mesh-pb-constants.h"
#include "meshUtils.h"