mirror of
https://github.com/flyingcys/realtek_ameba.git
synced 2026-07-11 10:15:38 +00:00
add realtek_ameba package
This commit is contained in:
commit
d401464b75
3406 changed files with 1112851 additions and 0 deletions
Binary file not shown.
|
|
@ -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.
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
@echo off
|
||||
DownloadServer 8082 ota.bin
|
||||
set /p DUMMY=Press Enter to Continue ...
|
||||
Loading…
Add table
Add a link
Reference in a new issue