mirror of
https://github.com/jeelabs/esp-link.git
synced 2026-03-03 07:54:00 +01:00
8 lines
120 B
C
8 lines
120 B
C
#include <esp8266.h>
|
|
#include <config.h>
|
|
|
|
// initialize the custom stuff that goes beyond esp-link
|
|
void app_init() {
|
|
|
|
}
|