mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-02-02 05:44:13 +01:00
Fix include WiFiClient in MQTT client
This commit is contained in:
parent
fe705519cb
commit
fba6c2d260
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue