2022-01-23 19:16:33 -05:00
|
|
|
/****************************************************************************************************************************
|
|
|
|
multiFileProject.h
|
|
|
|
For ESP8266, ESP32 and STM32 with built-in LAN8742A Ethernet (Nucleo-144, DISCOVERY, etc)
|
2022-11-09 23:46:36 -05:00
|
|
|
|
2022-01-23 19:16:33 -05:00
|
|
|
AsyncHTTPRequest_Generic is a library for the ESP8266, ESP32 and currently STM32 run built-in Ethernet WebServer
|
2022-11-09 23:46:36 -05:00
|
|
|
|
2022-01-23 19:16:33 -05:00
|
|
|
Based on and modified from asyncHTTPrequest Library (https://github.com/boblemaire/asyncHTTPrequest)
|
2022-11-09 23:46:36 -05:00
|
|
|
|
2022-01-23 19:16:33 -05:00
|
|
|
Built by Khoi Hoang https://github.com/khoih-prog/AsyncHTTPRequest_Generic
|
|
|
|
Licensed under MIT license
|
|
|
|
*****************************************************************************************************************************/
|
|
|
|
|
|
|
|
// To demo how to include files in multi-file Projects
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
// Can be included as many times as necessary, without `Multiple Definitions` Linker Error
|
|
|
|
#include "AsyncHTTPRequest_Generic.hpp"
|