ESP-IDF-Component-Jannex/include/jannex.h

15 lines
251 B
C

#pragma once
#include "esp_system.h"
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#ifndef CONFIG_ESP_WIFI_SSID
#error "WIFI SSID is not defined!"
#endif
static const char *jannexTAG = "JANNEX";
void initJannex();
void updateJannex();