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

10 lines
168 B

CFLAGS=-I../../lib/heatshrink -I.. -std=gnu99
OBJS=main.o heatshrink_encoder.o
TARGET=mkespfsimage
$(TARGET): $(OBJS)
$(CC) -o $@ $^
clean:
rm -f $(TARGET) $(OBJS)