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/e29291c00a9b39914645614aa217f95b81af700d/arduino/libraries/EspLink/examples/EspLinkWebApp/Makefile.webpage
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
all: user_img
|
|
|
|
|
|
|
|
clean:
|
|
|
|
rm -rf web-page.espfs.img
|
|
|
|
|
|
|
|
user_img:
|
|
|
|
../../../../../createEspFs.pl web-page web-page.espfs.img
|
|
|
|
|