mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-26 20:56:37 +00:00
Switch to ArduinoLog library
This commit is contained in:
parent
e45168f26f
commit
25a6dfbbcc
@ -1,9 +1,7 @@
|
|||||||
#include "hasp_conf.h"
|
|
||||||
#include <Arduino.h>
|
|
||||||
#include "ArduinoJson.h"
|
#include "ArduinoJson.h"
|
||||||
#include "lvgl.h"
|
|
||||||
|
|
||||||
#include "ArduinoLog.h"
|
#include "ArduinoLog.h"
|
||||||
|
#include "lvgl.h"
|
||||||
|
#include "hasp_conf.h"
|
||||||
|
|
||||||
#if defined(ARDUINO_ARCH_ESP8266)
|
#if defined(ARDUINO_ARCH_ESP8266)
|
||||||
#include <ESP8266WiFi.h>
|
#include <ESP8266WiFi.h>
|
||||||
@ -12,7 +10,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#include <WiFiUdp.h>
|
#include <WiFiUdp.h>
|
||||||
|
|
||||||
#include "hasp_log.h"
|
// #include "hasp_log.h"
|
||||||
#include "hasp_hal.h"
|
#include "hasp_hal.h"
|
||||||
#include "hasp_mqtt.h"
|
#include "hasp_mqtt.h"
|
||||||
#include "hasp_debug.h"
|
#include "hasp_debug.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user