esp-link/user/user_main.c

8 lines
120 B

#include <esp8266.h>
#include <config.h>
// initialize the custom stuff that goes beyond esp-link
void app_init() {
}