Fix include WiFiClient in MQTT client

This commit is contained in:
Petr Kracík 2026-01-12 17:46:29 +01:00
parent fe705519cb
commit fba6c2d260
No known key found for this signature in database
GPG key ID: 616BA0418005810D

View file

@ -16,7 +16,7 @@
* along with LoRa APRS iGate. If not, see <https://www.gnu.org/licenses/>.
*/
#include <WiFiClientSecure.h>
#include <WiFiClient.h>
#include <PubSubClient.h>
#include "configuration.h"
#include "station_utils.h"