From 19e7fa7436b74132f737a3129cca300e206dae2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20B=C3=A9re=C5=A1?= Date: Sat, 28 Mar 2020 03:30:36 +0000 Subject: [PATCH] =?UTF-8?q?Aktualizovat=20=E2=80=9EREADME.md=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 17548dc..ba18031 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Certificate authority on ESP32 Used examples in this project -https://github.com/espressif/esp-idf/tree/master/examples/wifi/getting_started/station -https://github.com/espressif/esp-idf/tree/master/examples/protocols/https_server -https://github.com/espressif/esp-idf/tree/master/examples/system/console -https://github.com/ARMmbed/mbedtls/blob/development/programs/pkey/gen_key.c -https://github.com/ARMmbed/mbedtls/blob/development/programs/x509/cert_write.c \ No newline at end of file +* https://github.com/espressif/esp-idf/tree/master/examples/wifi/getting_started/station +* https://github.com/espressif/esp-idf/tree/master/examples/protocols/https_server +* https://github.com/espressif/esp-idf/tree/master/examples/system/console +* https://github.com/ARMmbed/mbedtls/blob/development/programs/pkey/gen_key.c +* https://github.com/ARMmbed/mbedtls/blob/development/programs/x509/cert_write.c \ No newline at end of file