Skip to content

Commit

Permalink
Merge pull request #618 from DJI-Jerry/update_readme
Browse files Browse the repository at this point in the history
new:update README.md for OSDK 4.0.1
  • Loading branch information
DJI-Jerry authored Aug 24, 2020
2 parents 28fbc4e + a568ebc commit 810774f
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DJI Onboard SDK (OSDK) 4.0.0
# DJI Onboard SDK (OSDK) 4.0.1

[![Join the chat at https://gitter.im/dji-sdk/Onboard-SDK](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dji-sdk/Onboard-SDK?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Expand All @@ -7,6 +7,9 @@
The DJI Onboard SDK allows you to connect your own Onboard Computer to a [supported](https://developer.dji.com/onboard-sdk/documentation/purchaseguide/hardware.html) DJI vehicle or flight controller using a serial port (TTL UART). For full documentation, please visit the [DJI Developer Documentation](https://developer.dji.com/onboard-sdk/documentation/). Documentation regarding the code can be found in the [OSDK API Reference](https://developer.dji.com/onboard-api-reference/index.html) section of the developer's website.

## Latest Release
OSDK 4.0.1 was released on 21 August 2020. This version mainly fixes OSDK 4.0.0 issues, such as camera stream related problems, download function optimization, MOP optimization, waypoint 2.0 problems repair, etc. At the same time, we also add an automatic code porting script to assist the porting of FreeRTOS.

## Last Major Release
OSDK 4.0.0 was released on 8 May 2019. New APIs about flight controller such as home point setting, confirm landing, some function switches are supported in the version. For the payload device, more APIs about camera functions and parameters are added in the version. Please see the [release notes](https://developer.dji.com/onboard-sdk/downloads/) for more information.

## Firmware Compatibility
Expand All @@ -22,18 +25,18 @@ This chart shows the latest firmware that were available and are supported at th
<tbody>
<tr>
<td>M300 RTK </td>
<td>01.00.01.07</td>
<td>3.4.8.16</td>
<td>01.00.02.11</td>
<td>3.4.8.56</td>
</tr>
<tr>
<td>M210 RTK V2</td>
<td>01.00.0670</td>
<td>3.4.3.37</td>
<td>01.00.0710</td>
<td>3.4.3.44</td>
</tr>
<tr>
<td>M210 V2</td>
<td>01.00.0670</td>
<td>3.4.3.37</td>
<td>01.00.0710</td>
<td>3.4.3.44</td>
</tr>

</tbody>
Expand Down

0 comments on commit 810774f

Please sign in to comment.