mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +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 "lvgl.h"
|
||||
|
||||
#include "ArduinoLog.h"
|
||||
#include "lvgl.h"
|
||||
#include "hasp_conf.h"
|
||||
|
||||
#if defined(ARDUINO_ARCH_ESP8266)
|
||||
#include <ESP8266WiFi.h>
|
||||
@ -12,7 +10,7 @@
|
||||
#endif
|
||||
#include <WiFiUdp.h>
|
||||
|
||||
#include "hasp_log.h"
|
||||
// #include "hasp_log.h"
|
||||
#include "hasp_hal.h"
|
||||
#include "hasp_mqtt.h"
|
||||
#include "hasp_debug.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user