Skip to content

Commit

Permalink
foo examples/chip-tool/config/PersistentStorage.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
vivien-apple committed Jun 1, 2022
1 parent 33e7b11 commit d99598b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chip-tool/config/PersistentStorage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ constexpr const char kPortKey[] = "ListenPort";
constexpr const char kLoggingKey[] = "LoggingLevel";
constexpr const char kLocalNodeIdKey[] = "LocalNodeId";
constexpr const char kCommissionerCATsKey[] = "CommissionerCATs";
constexpr LogCategory kDefaultLoggingLevel = kLogCategory_Max;
constexpr LogCategory kDefaultLoggingLevel = kLogCategory_Automation;

std::string GetFilename(const char * name)
{
Expand Down

0 comments on commit d99598b

Please sign in to comment.