Initial setup for TheKsystem.

Dependencies:   mbed-http HTS221

Revision:
23:6a9d776c9794
Parent:
19:fbf5b033149a
Child:
25:a8be9f3a530c
--- a/README.md	Tue Jan 02 15:20:08 2018 +0000
+++ b/README.md	Tue Jan 02 15:51:29 2018 +0000
@@ -33,7 +33,7 @@
 Default flash size for HTTPS is very large, as the application is loading the default mbed TLS configuration. To use a more optimized version, include `mbedtls_config.h` in your mbed_app.json, by adding:
 
 ```
-"MBEDTLS_CONFIG_FILE=\"fotalora_mbedtls_config.h\""
+"MBEDTLS_CONFIG_FILE=\"mbedtls_config.h\""
 ```
 
 to the `macros` array.