Finish firmware private transport stack

This commit is contained in:
2026-04-11 13:53:34 +08:00
parent 30f1af1a8c
commit a8e0cfe1b3
12 changed files with 480 additions and 72 deletions

View File

@@ -0,0 +1,5 @@
@echo off
setlocal
set PATH=C:\ncs\toolchains\fd21892d0f\opt\bin;%PATH%
"C:\ncs\toolchains\fd21892d0f\opt\bin\python.exe" "C:\ncs\v3.2.4\modules\lib\nanopb\generator\protoc" %*
exit /b %ERRORLEVEL%