Skip to content

Commit 9e6c9a1

Browse files
author
Amit Sheth
committed
Merge branch 'fix/fleet_prov_defines' into 'master'
Replace device shadow defines with fleet defines See merge request app-frameworks/esp-aws-iot!82
2 parents 182581f + 9b9703f commit 9e6c9a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

libraries/Fleet-Provisioning-for-AWS-IoT-embedded-sdk/config/fleet_provisioning_config.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef SHADOW_CONFIG_H
2-
#define SHADOW_CONFIG_H
1+
#ifndef FLEET_PROVISIONING_CONFIG_H
2+
#define FLEET_PROVISIONING_CONFIG_H
33

44
#include "sdkconfig.h"
55
#define EXTRACT_ARGS( ... ) __VA_ARGS__
@@ -9,7 +9,7 @@
99
/* Logging configurations */
1010
#if CONFIG_FLEET_PROVISIONING_LOG_ERROR || CONFIG_FLEET_PROVISIONING_LOG_WARN || CONFIG_FLEET_PROVISIONING_LOG_INFO || CONFIG_FLEET_PROVISIONING_LOG_DEBUG
1111

12-
/* Set logging level for the Device SHADOW component to highest level,
12+
/* Set logging level for the Fleet Provisioning component to highest level,
1313
* so any defined logging level below is printed. */
1414
#ifdef LOG_LOCAL_LEVEL
1515
#undef LOG_LOCAL_LEVEL
@@ -59,4 +59,4 @@
5959
#define LogDebug( message, ... ) ESP_LOGD( LIBRARY_LOG_NAME, REMOVE_PARENS( message ), ##__VA_ARGS__ )
6060
#endif
6161

62-
#endif /* SHADOW_CONFIG_H */
62+
#endif /* FLEET_PROVISIONING_CONFIG_H */

0 commit comments

Comments
 (0)