Skip to content

Commit

Permalink
Add comment explaining that the sdkconfig must be updated. (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch authored Aug 6, 2024
1 parent 45724d7 commit bf293aa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/server-tls.toit
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ import net
import net.tcp
import tls

/**
An example of a simple HTTP server with TLS.
The sdkconfig for the ESP32 must include server-side support for TLS.
Specifically, `CONFIG_MBEDTLS_TLS_CLIENT_ONLY` must not be set.
*/

ITEMS := ["FOO", "BAR", "BAZ"]

main:
Expand Down

0 comments on commit bf293aa

Please sign in to comment.