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/c11cf7def5cf339b0ad24c16d1fc3fbcc7f9c7e0/serial/serled.h You should set ROOT_URL correctly, otherwise the web may not work correctly.
 
 
 
 
 
 
esp-link/serial/serled.h

9 lines
127 B

#ifndef SERLED_H
#define SERLED_H
void serledFlash(int duration);
void serledInit(void);
void makeGpio(uint8_t pin);
#endif