FIX: fix the tutorial documentation and API documentation jump links
Signed-off-by: DJI-Martin <DJI-Martin@dji.com>
This commit is contained in:
25
README.md
25
README.md
@ -3,24 +3,23 @@
|
|||||||

|

|
||||||

|

|
||||||

|

|
||||||
[](https://gitter.im/dji-sdk/Payload-SDK?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
|
||||||
|
|
||||||
## What is the DJI Payload SDK?
|
## What is the DJI Payload SDK?
|
||||||
|
|
||||||
The DJI Payload SDK(PSDK), is a development kit provided by DJI to support developers to develop payload that can be mounted
|
The DJI Payload SDK(PSDK), is a development kit provided by DJI to support developers to develop payload that can be
|
||||||
on DJI drones. Combined with the X-Port, SkyPort or extension port adapter, developers can obtain the information or other
|
mounted on DJI drones. Combined with the X-Port, SkyPort or extension port adapter, developers can obtain the
|
||||||
resource from the drone. According to the software logic and algorithm framework designed by the developer, users could
|
information or other resource from the drone. According to the software logic and algorithm framework designed by the
|
||||||
develop payload that can be mounted on DJI Drone, to perform actions they need, such as Automated Flight Controller,
|
developer, users could develop payload that can be mounted on DJI Drone, to perform actions they need, such as Automated
|
||||||
Payload Controller, Video Image Analysis Platform, Mapping Camera, Megaphone And Searchlight, etc.
|
Flight Controller, Payload Controller, Video Image Analysis Platform, Mapping Camera, Megaphone And Searchlight, etc.
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
For full documentation, please visit
|
For full documentation, please visit
|
||||||
the [DJI Developer Documentation](https://developer.dji.com/payload-sdk/documentation/). Documentation regarding the
|
the [DJI Developer Documentation](https://developer.dji.com/doc/payload-sdk-tutorial/en/whats-new/). Documentation
|
||||||
code can be found in the [PSDK API Reference](https://developer.dji.com/payload-api-reference/introduction/index.html)
|
regarding the code can be found in the [PSDK API Reference](https://developer.dji.com/doc/payload-sdk-api-reference/en/)
|
||||||
section of the developer's website. Please visit
|
section of the developer's website. Please visit
|
||||||
the [Latest Version Information](https://developer.dji.com/payload-sdk/documentation/appendix/firmware.html) to get the
|
the [Latest Version Information](https://developer.dji.com/doc/payload-sdk-tutorial/en/whats-new/version-announcement.html)
|
||||||
latest version information.
|
to get the latest version information.
|
||||||
|
|
||||||
## Latest Release
|
## Latest Release
|
||||||
|
|
||||||
@ -66,8 +65,8 @@ You can get official support from DJI and the community with the following metho
|
|||||||
- Submit a request describing your problem on Developer Support
|
- Submit a request describing your problem on Developer Support
|
||||||
* [DJI SDK Developer Support(Cn)](https://djisdksupport.zendesk.com/hc/zh-cn/requests/new)
|
* [DJI SDK Developer Support(Cn)](https://djisdksupport.zendesk.com/hc/zh-cn/requests/new)
|
||||||
* [DJI SDK Developer Support(En)](https://djisdksupport.zendesk.com/hc/en-us/requests/new)
|
* [DJI SDK Developer Support(En)](https://djisdksupport.zendesk.com/hc/en-us/requests/new)
|
||||||
|
|
||||||
You can also communicate with other developers by the following methods:
|
You can also communicate with other developers by the following methods:
|
||||||
|
|
||||||
- Github Issues or [gitter.im](https://gitter.im/dji-sdk/Payload-SDK)
|
- Post questions on [**Stackoverflow**](http://stackoverflow.com) using [**
|
||||||
- Post questions on [**Stackoverflow**](http://stackoverflow.com) using [**dji-sdk**](http://stackoverflow.com/questions/tagged/dji-sdk) tag
|
dji-sdk**](http://stackoverflow.com/questions/tagged/dji-sdk) tag
|
@ -37,7 +37,7 @@ extern "C" {
|
|||||||
#define DJI_VERSION_MINOR 2 /*!< DJI SDK minor version num, when add functionality in a backwards compatible manner changes. Range from 0 to 99. */
|
#define DJI_VERSION_MINOR 2 /*!< DJI SDK minor version num, when add functionality in a backwards compatible manner changes. Range from 0 to 99. */
|
||||||
#define DJI_VERSION_MODIFY 0 /*!< DJI SDK modify version num, when have backwards compatible bug fixes changes. Range from 0 to 99. */
|
#define DJI_VERSION_MODIFY 0 /*!< DJI SDK modify version num, when have backwards compatible bug fixes changes. Range from 0 to 99. */
|
||||||
#define DJI_VERSION_BETA 0 /*!< DJI SDK version beta info, release version will be 0, when beta version release changes. Range from 0 to 255. */
|
#define DJI_VERSION_BETA 0 /*!< DJI SDK version beta info, release version will be 0, when beta version release changes. Range from 0 to 255. */
|
||||||
#define DJI_VERSION_BUILD 1539 /*!< DJI SDK version build info, when jenkins trigger build changes. Range from 0 to 65535. */
|
#define DJI_VERSION_BUILD 1540 /*!< DJI SDK version build info, when jenkins trigger build changes. Range from 0 to 65535. */
|
||||||
|
|
||||||
/* Exported types ------------------------------------------------------------*/
|
/* Exported types ------------------------------------------------------------*/
|
||||||
|
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user