mirror of
https://github.com/Luzifer/espsms.git
synced 2024-12-20 09:51:22 +00:00
Fix now broken imports
This commit is contained in:
parent
989383b00b
commit
2fc12c0308
2 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#include "http.hpp"
|
||||
|
||||
#include <Arduino.h>
|
||||
#include <ArduinoJson.h>
|
||||
#include <HTTPClient.h>
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#include <Arduino.h>
|
||||
|
||||
#ifndef H_HTTP
|
||||
#define H_HTTP
|
||||
|
||||
|
|
Loading…
Reference in a new issue