Files
smartweatherstation_v2.0/lib/WebServer_ESP32_W5500/examples/multiFileProject/multiFileProject.cpp
2025-07-08 08:54:35 +08:00

15 lines
691 B
C++

/****************************************************************************************************************************
multiFileProject.cpp
For Ethernet shields using ESP32_W5500 (ESP32 + W5500)
WebServer_ESP32_W5500 is a library for the ESP32 with Ethernet W5500 to run WebServer
Based on and modified from ESP32-IDF https://github.com/espressif/esp-idf
Built by Khoi Hoang https://github.com/khoih-prog/WebServer_ESP32_W5500
Licensed under GPLv3 license
*****************************************************************************************************************************/
// To demo how to include files in multi-file Projects
#include "multiFileProject.h"