GR-MANGO sample using mbed-os library from my repository.

Dependencies:   mbed-http

Revision:
0:b4c1e32627f2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbedtls_entropy_config.h	Mon Oct 12 02:25:49 2020 +0000
@@ -0,0 +1,9 @@
+
+#ifndef MBEDTLS_ENTROPY_CONFIG_H
+#define MBEDTLS_ENTROPY_CONFIG_H
+
+#ifndef MBEDTLS_SHA1_C
+#define MBEDTLS_SHA1_C
+#endif
+
+#endif // MBEDTLS_ENTROPY_CONFIG_H