https_request_example:

Use local python server to test client session tickets
Update example test to test the client session tickets
Check for minimum heap info in the example test.
This commit is contained in:
Aditya Patwardhan
2021-11-12 15:48:53 +05:30
committed by bot
parent 4949f6b720
commit 36bb817b80
8 changed files with 329 additions and 54 deletions
@@ -3,4 +3,4 @@
# (If this was a component, we would set COMPONENT_EMBED_TXTFILES here.)
idf_component_register(SRCS "https_request_example_main.c" "time_sync.c"
INCLUDE_DIRS "include"
EMBED_TXTFILES server_root_cert.pem)
EMBED_TXTFILES server_root_cert.pem local_server_cert.pem)