Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/esp-link/src/commit/754dba2a31a19339707b7a07b6ee00eb3481348d/espmake.cmd
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
@echo off
|
|
|
|
REM remove automatic created obj folder
|
|
rd obj /S /Q >nul 2>&1
|
|
|
|
PATH=%PATH%;C:\Espressif\xtensa-lx106-elf\bin;C:\MinGW\bin;C:\MinGW\msys\1.0\bin;C:\espressif\git-bin;C:\espressif\java-bin;C:\Python27
|
|
make -f Makefile %1 %2 %3 %4 %5 |