We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 261cc5f commit 05000c8Copy full SHA for 05000c8
wled00/cfg.cpp
@@ -45,7 +45,7 @@ bool deserializeConfig(JsonObject doc, bool fromFS) {
45
std::array<char, 13> entry{};
46
getStringFromJson(entry.data(), lrem[i], 13);
47
entry[12] = '\0';
48
- linked_remotes.push_back(entry); // TODO: is this a good way to check for invalid MAC?
+ linked_remotes.push_back(entry); // TODO: need to check for invalid MAC?
49
}
50
51
else { // legacy support for single MAC address in config
0 commit comments