mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-11 10:17:55 +00:00
esp_tls: enable psk verification mode, added mqtt example using psk authentication
This commit is contained in:
committed by
Angus Gratton
parent
d260ee6955
commit
f3d6a34e7d
4
examples/protocols/mqtt/ssl_psk/main/CMakeLists.txt
Normal file
4
examples/protocols/mqtt/ssl_psk/main/CMakeLists.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
set(COMPONENT_SRCS "app_main.c")
|
||||
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
||||
|
||||
register_component()
|
||||
Reference in New Issue
Block a user