User hasplib header

This commit is contained in:
fvanroie 2022-04-09 21:29:28 +02:00
parent e30e6bbeca
commit 014d95aa45

View File

@ -3,14 +3,11 @@
#if defined(ARDUINO_ARCH_ESP8266) || defined(ARDUINO_ARCH_ESP32)
#include "hasp_conf.h"
#include "hasplib.h"
#include "hasp_debug.h"
#include "hasp_ota.h"
#include "../../hasp/hasp_dispatch.h"
#include "../../hasp/hasp.h"
#if defined(ARDUINO_ARCH_ESP8266)
#include <ESP8266HTTPClient.h>
#include <ESP8266httpUpdate.h>