Просмотр исходного кода

Examples: MQTT DS example to use ds_peripheral API

David Cermak 5 лет назад
Родитель
Сommit
1c093c48ed
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      examples/protocols/mqtt/ssl_ds/main/app_main.c

+ 1 - 0
examples/protocols/mqtt/ssl_ds/main/app_main.c

@@ -28,6 +28,7 @@
 
 #include "esp_log.h"
 #include "mqtt_client.h"
+#include "rsa_sign_alt.h"
 
 /* pre_prov - name of partition containing encrypted prv key parameters ( It is set as such to synchronize it with the pre provisioning service */
 #define NVS_PARTITION_NAME  "pre_prov"