first add sdk

This commit is contained in:
jialexd 2019-04-02 16:34:25 +08:00
commit f91efd1250
3915 changed files with 1291882 additions and 0 deletions

Binary file not shown.

View file

@ -0,0 +1,6 @@
The exe file is used to send image to device based on socket by OTA function.
Command :
DownloadServer "PORT" "FILE_PATH"
You can edit start.bat to change port and file path.

3
tools/DownloadServer/start.bat Executable file
View file

@ -0,0 +1,3 @@
@echo off
DownloadServer 8082 ota.bin
set /p DUMMY=Press Enter to Continue ...