We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fecef04 commit 9018406Copy full SHA for 9018406
src/WifiLocation.cpp
@@ -97,9 +97,11 @@ location_t WifiLocation::getGeoFromWiFi() {
97
98
location_t location;
99
String response = "";
100
+#if defined ARDUINO_ARCH_ESP8266 || defined ARDUINO_ARCH_ESP32
101
//_x509 = new BearSSL::X509List (googleCA);
102
//_client.setTrustAnchors (_x509);
103
_client.setInsecure (); // Do not check certificate, just connect
104
+#endif
105
#ifdef ARDUINO_ARCH_ESP32
106
_client.setCACert(googleCA);
107
#endif
0 commit comments