This repository has been archived on 2025-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
|
set filename=controller-bootload
|
|
set path=controller-v2
|
|
@echo off
|
|
copy %path%\%filename%.hex ..\Public\出厂文件\output
|
|
move .\%filename%.bin ..\Public\出厂文件\output
|