Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MQTT Client should compile with only Ethernet enabled #357

Closed
nseidle opened this issue Jun 19, 2024 · 1 comment
Closed

MQTT Client should compile with only Ethernet enabled #357

nseidle opened this issue Jun 19, 2024 · 1 comment
Assignees

Comments

@nseidle
Copy link
Member

nseidle commented Jun 19, 2024

Using the following compile guard setup

  // #define COMPILE_BT       // Comment out to remove Bluetooth functionality
  // #define COMPILE_WIFI     // Comment out to remove WiFi functionality
  #define COMPILE_ETHERNET // Comment out to remove Ethernet (W5500) support

We should be able to compile but we cannot. the MQTT_Client.ino throws errors because it requires WiFi. Does ESP32 really require the adding of the WiFi library just so we can use the built in MQTT client over ethernet?

@nseidle
Copy link
Member Author

nseidle commented Jul 8, 2024

This is in release v1.3.

@nseidle nseidle closed this as completed Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants