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
Comment settingsDump
fastled
Xose Pérez
7 years ago
parent
fc5937fa9b
commit
4ba9449116
2 changed files
with
1 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
code/espurna/espurna.ino
+1
-1
code/espurna/settings.ino
+ 0
- 1
code/espurna/espurna.ino
View File
@ -254,7 +254,6 @@ void setup() {
// Prepare configuration for version 2.0
// Prepare configuration for version 2.0
hwUpwardsCompatibility
(
)
;
hwUpwardsCompatibility
(
)
;
//settingsDump();
}
}
+ 1
- 1
code/espurna/settings.ino
View File
@ -299,5 +299,5 @@ void saveSettings() {
#
if not AUTO_SAVE
#
if not AUTO_SAVE
EEPROM
.
commit
(
)
;
EEPROM
.
commit
(
)
;
#
endif
#
endif
settingsDump
(
)
;
//settingsDump();
}
}
Write
Preview
Loading…
Cancel
Save