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/22815878f594504216cb8dc1c25a14aa2fb736a9/serial/serled.h
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
#ifndef SERLED_H
|
|
|
|
#define SERLED_H
|
|
|
|
|
|
|
|
void serledFlash(int duration);
|
|
|
|
void serledInit(uint8_t pin);
|
|
|
|
void makeGpio(uint8_t pin);
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|