forked from khoih-prog/FTPClient_Generic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmultiFileProject.h
More file actions
19 lines (12 loc) · 802 Bytes
/
multiFileProject.h
File metadata and controls
19 lines (12 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/****************************************************************************************************************************
multiFileProject.h
FTP Client for Generic boards using SD, FS, etc.
Based on and modified from
1) esp32_ftpclient Library https://github.com/ldab/ESP32_FTPClient
Built by Khoi Hoang https://github.com/khoih-prog/FTPClient_Generic
*****************************************************************************************************************************/
// To demo how to include files in multi-file Projects
#pragma once
#define _ETHERNET_WEBSERVER_LOGLEVEL_ 1
// Can be included as many times as necessary, without `Multiple Definitions` Linker Error
#include <FTPClient_Generic.hpp> // https://github.com/khoih-prog/FTPClient_Generic