Modified the layout of md files

Involved:
  - docs/en/LilyGo_LoRa_Series_Quick_Start_On_TTN.md
  - docs/zh/LilyGo_LoRa_Series_Quick_Start_On_TTN_zh.md
This commit is contained in:
lewin 2021-10-22 18:38:40 +08:00
commit ed7fc48f5e
2 changed files with 36 additions and 36 deletions

View file

@ -4,24 +4,24 @@
## Index
[Required](#Required)
[Create a gateway on TTN](#Create a gateway on TTN)
[Run sx1302_hal on the Raspberry Pi ](#Run sx1302_hal on the Raspberry Pi)
[Enable the SPI interface of the Raspberry Pi](#Enable the SPI interface of the Raspberry Pi)
[Download sx1302_hal source code and compile ](#Download sx1302_hal source code and compile)
[Configure global_conf](#Configure global_conf)
[Run sx1302_hal](#Run sx1302_hal)
[Check gateway connection status](#Check gateway connection status)
[Create end device model on TTN](#Create end device model on TTN)
[Enter the create Application page](#Enter the create Application page)
[Create end device](#Create end device)
[LoRaWAN End Device](#LoRaWAN End Device)
[Firmware Compile](#Firmware Compile)
[Flash Onto The Device](#Flash Onto The Device)
[Example Output](#Example Output)
[Q&A](#Q&A)
[LMIC error occurs when building `T-Motion S76G` firmware](#LMIC error occurs when building `T-Motion S76G` firmware)
[Version History](#Version History)
- [Required](#required)
- [Create a gateway on TTN](#create-a-gateway-on-ttn)
- [Run sx1302_hal on the Raspberry Pi](#run-sx1302_hal-on-the-raspberry-pi)
- [Enable the SPI interface of the Raspberry Pi](#enable-the-spi-interface-of-the-raspberry-pi)
- [Download sx1302_hal source code and compile](#download-sx1302_hal-source-code-and-compile)
- [Configure global_conf](#configure-global_conf)
- [Run sx1302_hal](#run-sx1302_hal)
- [Check gateway connection status](#check-gateway-connection-status)
- [Create end device model on TTN](#create-end-device-model-on-ttn)
- [Enter the create Application page](#enter-the-create-application-page)
- [Create end device](#create-end-device)
- [LoRaWAN End Device](#lorawan-end-device)
- [Firmware Compile](#firmware-compile)
- [Flash Onto The Device](#flash-onto-the-device)
- [Example Output](#example-output)
- [Q&A](#qa)
- [LMIC error occurs when building `T-Motion S76G` firmware](#lmic-error-occurs-when-building-t-motion-s76g-firmware)
- [Version History](#version-history)
## Required

View file

@ -4,24 +4,24 @@
## 目录
[测试环境](#测试环境)
[在TTN上创建网关](#在TTN上创建网关)
[在树莓派上运行sx1302_hal](#在树莓派上运行sx1302_hal)
[使能树莓派的SPI接口](#使能树莓派的SPI接口)
[下载sx1302_hal源码并编译](#下载sx1302_hal源码并编译)
[修改配置文件](#修改配置文件)
[运行sx1302_hal](#运行sx1302_hal)
[检查网关连接状态](#检查网关连接状态)
[在TTN上创建终端设备模型](#在TTN上创建终端设备模型)
[进入创建APP页面](#进入创建APP页面)
[创建终端设备模型](#创建终端设备模型)
[LoRaWAN终端设备](#LoRaWAN终端设备)
[固件编译](#固件编译)
[固件下载](#固件下载)
[调试信息输出](#调试信息输出)
[Q&A](#Q&A)
[构建`T-Motion S76G`固件出现LMIC报错](#构建`T-Motion S76G`固件出现LMIC报错)
[版本历史](#版本历史)
- [测试环境](#测试环境)
- [在TTN上创建网关](#在ttn上创建网关)
- [在树莓派上运行sx1302_hal](#在树莓派上运行sx1302_hal)
- [使能树莓派的SPI接口](#使能树莓派的spi接口)
- [下载sx1302_hal源码并编译](#下载sx1302_hal源码并编译)
- [修改配置文件](#修改配置文件)
- [运行sx1302_hal](#运行sx1302_hal)
- [检查网关连接状态](#检查网关连接状态)
- [在TTN上创建终端设备模型](#在ttn上创建终端设备模型)
- [进入创建APP页面](#进入创建app页面)
- [创建终端设备模型](#创建终端设备模型)
- [LoRaWAN终端设备](#lorawan终端设备)
- [固件编译](#固件编译)
- [固件下载](#固件下载)
- [调试信息输出](#调试信息输出)
- [Q&A](#qa)
- [构建`T-Motion S76G`固件出现LMIC报错](#构建t-motion-s76g固件出现lmic报错)
- [版本历史](#版本历史)
## 测试环境