GitBook: [master] 31 pages modified

This commit is contained in:
Daniel Spindelbauer
2018-08-14 15:16:49 +00:00
committed by gitbook-bot
parent 0db09da12a
commit 949bc81b8c
62 changed files with 160846 additions and 151 deletions

View File

@@ -24,5 +24,5 @@ ss = ssl.wrap_socket(s, cert_reqs=ssl.CERT_REQUIRED, ca_certs='/flash/cert/ca.pe
ss.connect(socket.getaddrinfo('cloud.blynk.cc', 8441)[0][-1])
```
For more info, check the [`ssl`](https://docs.pycom.io/chapter/firmwareapi/micropython/ussl.html) module in the API reference.
For more info, check the [`ssl`](../../5.-firmware-and-api-reference/micropython/ussl.md) module in the API reference.