1
0
mirror of https://github.com/Luzifer/espsms.git synced 2024-09-19 17:52:56 +00:00

Fix now broken imports

This commit is contained in:
Knut Ahlers 2020-07-19 17:46:56 +02:00
parent 989383b00b
commit 2fc12c0308
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#include "http.hpp" #include "http.hpp"
#include <Arduino.h>
#include <ArduinoJson.h> #include <ArduinoJson.h>
#include <HTTPClient.h> #include <HTTPClient.h>

View File

@ -1,3 +1,5 @@
#include <Arduino.h>
#ifndef H_HTTP #ifndef H_HTTP
#define H_HTTP #define H_HTTP