mirror of
https://github.com/cwyark/ameba-sdk-gcc-make.git
synced 2026-07-05 04:05:39 +00:00
first commit and add gitignore, README.md
This commit is contained in:
commit
760756ba2c
1861 changed files with 709236 additions and 0 deletions
BIN
tools/DownloadServer/DownloadServer.exe
Executable file
BIN
tools/DownloadServer/DownloadServer.exe
Executable file
Binary file not shown.
6
tools/DownloadServer/readme.txt
Executable file
6
tools/DownloadServer/readme.txt
Executable 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
3
tools/DownloadServer/start.bat
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
@echo off
|
||||
DownloadServer 8082 New_Project.bin
|
||||
set /p DUMMY=Press Enter to Continue ...
|
||||
Loading…
Add table
Add a link
Reference in a new issue