This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
mhsw-espurna
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Not yet implemented settings i2c scan
rfm69
Maxim Prokhorov
6 years ago
parent
2355fe0dd9
commit
9433e5cc78
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
code/espurna/settings.ino
+ 1
- 1
code/espurna/settings.ino
View File
@ -222,7 +222,7 @@ void _settingsInitCommands() {
#
if I2C_SUPPORT
settingsRegisterCommand
(
F
(
"
I2C.SCAN
"
)
,
[
]
(
Embedis
*
e
)
{
_settingsI2CScanCommand
(
)
;
i2cScan
(
)
;
DEBUG_MSG_P
(
PSTR
(
"
+OK
\n
"
)
)
;
}
)
;
Write
Preview
Loading…
Cancel
Save