From ede1c0f75630b1c96c1666c5cd4a4736d5c56b24 Mon Sep 17 00:00:00 2001 From: Shlomo Zippel Date: Sun, 10 Oct 2021 16:07:39 -0700 Subject: [PATCH] Changed to work with teensy4 --- HttpClient.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HttpClient.h b/HttpClient.h index b4c3974..89a3c19 100644 --- a/HttpClient.h +++ b/HttpClient.h @@ -7,7 +7,12 @@ #include #include +#if defined(ARDUINO_TEENSY41) +#include +#else #include "Client.h" +#endif + static const int HTTP_SUCCESS =0; // The end of the headers has been reached. This consumes the '\n'