mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 08:49:52 +03:00
headers for wifi, bt and adc
This commit is contained in:
@@ -22,6 +22,12 @@
|
|||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
|
||||||
|
#if defined(ESP32)
|
||||||
|
#include "driver/adc.h"
|
||||||
|
#include <esp_wifi.h>
|
||||||
|
#include <esp_bt.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "helpers.h"
|
#include "helpers.h"
|
||||||
#include "console.h"
|
#include "console.h"
|
||||||
#include "mqtt.h"
|
#include "mqtt.h"
|
||||||
@@ -62,7 +68,7 @@ class System {
|
|||||||
static void upload_status(bool in_progress);
|
static void upload_status(bool in_progress);
|
||||||
static bool upload_status();
|
static bool upload_status();
|
||||||
static void show_mem(const char * note);
|
static void show_mem(const char * note);
|
||||||
void reset_system_check();
|
void init_wifi();
|
||||||
static void init();
|
static void init();
|
||||||
static void led_init();
|
static void led_init();
|
||||||
static void syslog_init();
|
static void syslog_init();
|
||||||
|
|||||||
Reference in New Issue
Block a user