Fix MQTT on ETH

This commit is contained in:
Thomas Göttgens
2022-11-04 19:44:45 +01:00
parent a5d1165c54
commit 4ccb4393c5
2 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@
#include "nimble/NimbleBluetooth.h"
#endif
#if HAS_WIFI || defined(ARCH_PORTDUINO)
#if HAS_WIFI
#include "mesh/wifi/WiFiServerAPI.h"
#include "mqtt/MQTT.h"
#endif