add realtek_ameba package

This commit is contained in:
flyingcys 2018-06-01 12:24:02 +08:00
commit d401464b75
3406 changed files with 1112851 additions and 0 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 ...