Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/esp-link/blame/commit/8c4c4928b11e19b9f729f38599119331f30b1067/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
|