Browse Source

TODO message

master
n0m1s 6 years ago
parent
commit
5a3e0bb4c6
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      settings.cpp

+ 1
- 0
settings.cpp View File

@ -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: \"");


Loading…
Cancel
Save