//#include #include "LoraInterface.h" #include "BoardCfg.h" #include "timer.h" short mModuleModel; int InitLoraInterface() { mModuleModel = LORA_MODULE_MODEL; return RET_OK; }