forked from xuos/xiuos
				
			update lorawan function, support lorawan-ed-device connect chirpstack through lorawan-gateway-Ebyte-E890
This commit is contained in:
		
							parent
							
								
									f962cf6919
								
							
						
					
					
						commit
						bc8b003c1e
					
				|  | @ -20,10 +20,14 @@ xiuos/APP_Framework/lib/lorawan | ||||||
| 
 | 
 | ||||||
| ``` | ``` | ||||||
| # 下载代码 | # 下载代码 | ||||||
| # 进入APP_Framework/lib/lorawan目录下载更新子模块 | # 进入APP_Framework/lib/lorawan目录下载更新子模块,首先执行以下命令: | ||||||
| git submodule init | git submodule init | ||||||
|  | # 若需要使用lora_radio_driver子模块,执行以下命令: | ||||||
| git submodule update APP_Framework/lib/lorawan/lora_radio_driver | git submodule update APP_Framework/lib/lorawan/lora_radio_driver | ||||||
|  | # 若需要使用lorawan_devicenode子模块,执行以下命令: | ||||||
| git submodule update APP_Framework/lib/lorawan/lorawan_devicenode | git submodule update APP_Framework/lib/lorawan/lorawan_devicenode | ||||||
|  | # 若需要使用lorawan_gateway_single_channel子模块,执行以下命令: | ||||||
|  | git submodule update APP_Framework/lib/lorawan/lorawan_gateway_single_channel | ||||||
| 
 | 
 | ||||||
| # 进入 APP_Framework/lib/lorawan/Kconfig 配置,增加子模块source路径,从而编译时可找到相应lib的配置 | # 进入 APP_Framework/lib/lorawan/Kconfig 配置,增加子模块source路径,从而编译时可找到相应lib的配置 | ||||||
| menuconfig LIB_USING_LORAWAN_GATEWAY_SC | menuconfig LIB_USING_LORAWAN_GATEWAY_SC | ||||||
|  |  | ||||||
|  | @ -1 +1 @@ | ||||||
| Subproject commit e5aa3f22196165200226daab9288ffc537980bf6 | Subproject commit 0ced8f47f86ea96a414479424d7f534426a818eb | ||||||
|  | @ -1 +1 @@ | ||||||
| Subproject commit 254754bc7d06011cbec4655cd229c8ccfb95240b | Subproject commit 4c543f77fcc639696939098a31145fdc1654f0f6 | ||||||
|  | @ -1 +1 @@ | ||||||
| Subproject commit ac1c6516ec9b2998c0c50796a4e5a8b78781dc8c | Subproject commit 986318f686df3e77eb3dc6cc690b3d1da3a32359 | ||||||
		Loading…
	
		Reference in New Issue