yoshi kuwae yoshi
/
http-example
a
Fork of http-example by
Diff: source/main-https-socket-reuse.cpp
- Revision:
- 29:5ad8f931e4ff
- Parent:
- 28:9bccd981a393
diff -r 9bccd981a393 -r 5ad8f931e4ff source/main-https-socket-reuse.cpp --- a/source/main-https-socket-reuse.cpp Tue Mar 27 11:13:48 2018 +0200 +++ b/source/main-https-socket-reuse.cpp Tue Mar 27 11:57:33 2018 +0200 @@ -10,8 +10,6 @@ #include "easy-connect.h" #include "https_request.h" -Serial pc(USBTX, USBRX); - /* List of trusted root CA certificates * currently one: Let's Encrypt, the CA for httpbin.org * @@ -56,8 +54,6 @@ } int main() { - pc.baud(115200); - NetworkInterface* network = easy_connect(true); if (!network) { return 1;