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/dc48a35f867afb5327f7b3005fee69c951530337/espfstest/Makefile You should set ROOT_URL correctly, otherwise the web may not work correctly.
 
 
 
 
 
 
esp-link/espfstest/Makefile

10 lines
190 B

CFLAGS=-I../lib/heatshrink -I../user -I../include -std=gnu99
espfstest: main.o espfs.o heatshrink_decoder.o
$(CC) -o $@ $^
espfs.o: espfs.c ../user/espfs.c
clean:
rm -f *.o espfstest