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/483800fd8d3f165f152e5473b4e1fc89229d7839/user/user_funcs.h You should set ROOT_URL correctly, otherwise the web may not work correctly.
esp-link/user/user_funcs.h

10 lines
286 B

10 years ago
#ifndef _USER_FUNCS_H_
#define _USER_FUNCS_H_
#include <esp8266.h>
#include <Time.h>
bool pwmPinStateForSchedule(uint8_t onHour, uint8_t onMinute, uint8_t offHour, uint8_t offMinute);
const char* byteToBin(uint8_t num);
const uint8_t binToByte(char* bin_str);
#endif // _USER_FUNCS_H_