Skip to content

Commit

Permalink
fix compilation error - can't find axTLS::WiFiServerSecure (#5407)
Browse files Browse the repository at this point in the history
  • Loading branch information
liebman authored and earlephilhower committed Dec 1, 2018
1 parent 53b3aae commit 00bc89e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/device/test_http_client/test_http_client.ino
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <Arduino.h>
#include <ESP8266WiFi.h>
#include <ESP8266HTTPClient.h>
#include <WiFiClientSecureAxTLS.h>
#include <BSTest.h>
#include <pgmspace.h>

Expand Down

0 comments on commit 00bc89e

Please sign in to comment.