From 5a3e0bb4c662824ca88c28effefc4938a5891081 Mon Sep 17 00:00:00 2001 From: n0m1s Date: Sat, 11 Jan 2020 16:24:11 +0100 Subject: [PATCH] TODO message --- settings.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/settings.cpp b/settings.cpp index 6e4d68d..55cb1ff 100644 --- a/settings.cpp +++ b/settings.cpp @@ -27,6 +27,7 @@ Settings::~Settings() void Settings::add_line(String const& section, String const& key, String const& val) { + //TODO: do something with the line Serial.print("Section: \""); Serial.print(section); Serial.print("\", Key: \"");