Examples: MQTT DS example to use ds_peripheral API

This commit is contained in:
David Cermak 2020-12-16 11:13:06 +01:00 committed by bot
parent 5472deec6e
commit 1c093c48ed

View File

@ -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"