Okundu Omeni
/
wifi-https-ble-sm-uart-atcmd-5-13-1
source/wifi_demo.h
- Committer:
- ocomeni
- Date:
- 2019-03-10
- Revision:
- 74:f26e846adfe9
File content as of revision 74:f26e846adfe9:
#ifndef __WIFI_DEMO_H__ #define __WIFI_DEMO_H__ #ifndef __MBED_H__ #define __MBED_H__ #include "mbed.h" #endif #include "mbed_trace.h" #include "https_request.h" #include "http_request.h" /* List of trusted root CA certificates * currently two: GlobalSign, the CA for os.mbed.com and Let's Encrypt, the CA for httpbin.org * * To add more root certificates, just concatenate them. */ #include "https_certificates.h" int wifi_demo_func(NetworkInterface* network); #endif // __WIFI_DEMO_H__