khoih-prog / Ethernet_Generic

Simple Ethernet library for AVR, AVR Dx, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, W5100S, W6100. With this library you can use the Arduino Ethernet (shield or board) to connect to Internet to provides both Client and server functionalities.
43 stars 22 forks source link

Why always loading EthernetWebServer and LittleFS? #24

Closed CNSNGopenSourceProjects closed 1 year ago

CNSNGopenSourceProjects commented 1 year ago

I did a small implementation using Generic RP2040 + W5500 to access the NTP servers and the IoT Cloud (AWS) using MQTT. Why the libraries EthernetWebServer and LittleFS are always included? Is there someway to not do it?

Best regards,

Fernando Camargo mailto:fernando.camargo@conseng.com.br

khoih-prog commented 1 year ago

Please don't post nonsense and time-wasting issue, without the MRE

Why the libraries EthernetWebServer and LittleFS are always included?

You have to understand and show where / how that can happen. By this library or somewhere else ???

Only post here in the issue if you can prove there is a bug of or enhancement for this library. Otherwise, post on Discussions Q/A section