motify compile link error

motify compile link error
This commit is contained in:
ant 2016-09-18 09:03:25 +08:00
parent 923914edae
commit 03e74a8e50
5418 changed files with 1367914 additions and 206149 deletions

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.

View file

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