Skip to content

Commit 00bc89e

Browse files
liebmanearlephilhower
authored andcommitted
fix compilation error - can't find axTLS::WiFiServerSecure (#5407)
1 parent 53b3aae commit 00bc89e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/device/test_http_client/test_http_client.ino

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include <Arduino.h>
22
#include <ESP8266WiFi.h>
33
#include <ESP8266HTTPClient.h>
4+
#include <WiFiClientSecureAxTLS.h>
45
#include <BSTest.h>
56
#include <pgmspace.h>
67

0 commit comments

Comments
 (0)