Skip to content

Commit

Permalink
Merge pull request #91 from dj1ch/restyled/development
Browse files Browse the repository at this point in the history
Restyled patches
  • Loading branch information
dj1ch authored Nov 10, 2024
2 parents acc3b27 + 10ad1e1 commit 0021587
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions minigotchi-ESP32/webui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,9 @@ void WebUI::updateWhitelist(String newWhitelist) {
Config::whitelist.push_back(newWhitelist.substring(start).c_str());

/*
Serial.println(mood.getNeutral() + " Updated whitelist:");
for (const auto &entry : Config::whitelist) {
Serial.println(entry.c_str());
}
*/
Serial.println(mood.getNeutral() + " Updated whitelist:");
for (const auto &entry : Config::whitelist) {
Serial.println(entry.c_str());
}
*/
}

0 comments on commit 0021587

Please sign in to comment.