Skip to content

Commit 05000c8

Browse files
committed
changed todo comment
1 parent 261cc5f commit 05000c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wled00/cfg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ bool deserializeConfig(JsonObject doc, bool fromFS) {
4545
std::array<char, 13> entry{};
4646
getStringFromJson(entry.data(), lrem[i], 13);
4747
entry[12] = '\0';
48-
linked_remotes.push_back(entry); // TODO: is this a good way to check for invalid MAC?
48+
linked_remotes.push_back(entry); // TODO: need to check for invalid MAC?
4949
}
5050
}
5151
else { // legacy support for single MAC address in config

0 commit comments

Comments
 (0)