Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
martinius96 authored Nov 19, 2024
1 parent 6c8c6be commit a902636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Hladinomer/HTTPS/https_mbedtls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
* Ultrasonic task is doing measurement via Trigger, Echo method once per 5 minutes
* If measurement performed, data is sent to the Queue
* HTTPS request task is waiting until any data are in the Queue
* If data present in Queue, HTTPS request will do HTTPS request with that data (data will be removed, so Queue is again empty)
* If data present in Queue, HTTPS task will do HTTPS request with that data (data will be removed, so Queue is again empty)
* Maximum waiting time for HTTPS request task for data is portMAX_DELAY (almost 50 days)
* Program is using Root CA cert from bundle (test webserver was using ISRG Root X1)

0 comments on commit a902636

Please sign in to comment.