This website works better with JavaScript.
Home
Help
Sign In
nomis
/
lamp
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
TODO message
master
n0m1s
6 years ago
parent
55305ee637
commit
5a3e0bb4c6
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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:
\"
"
)
;
Write
Preview
Loading…
Cancel
Save