potion_party_leds/main/potion_party.c

19 lines
241 B
C
Raw Normal View History

2023-09-15 06:21:00 +00:00
#include "shared.h"
#include "network.h"
#include "rom/ets_sys.h"
#include <stdio.h>
#include <string.h>
#include <esp_http_server.h>
void app_main() {
LOGLN("starting {");
wifi_init();
softap_init();
LOGLN("}");
}