1、sx127x.h增加了频率可调函数
2、删除了bsp.h的lora通道配置宏定义 3、删除了SGCP.h中MAC的组成参数定义,改为在main.c中进行定义,当使用bootloader时通过读取BootPara结构体参数获取本机MAC,否则将通过App程序自定义MAC 4、BootPara结构体参数增加
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@
|
||||
#define USE_SPI1 0 //SPI1开关,0、关闭,1、启用
|
||||
|
||||
#define USE_BOOTLOADER 1 //BOOTLOADER开关,0、关闭,1、启用
|
||||
#define USE_LORA_CH 1 //0为测试通道
|
||||
#define USE_LORA_CH 0 //0为测试通道
|
||||
|
||||
//<<---------------------------- MCU -------------------------------->>
|
||||
//< UART0
|
||||
|
||||
Reference in New Issue
Block a user