mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-24 03:06:32 +01:00
Fixed default LED brightness typo
This commit is contained in:
@@ -232,7 +232,7 @@ void initAPconfig() {
|
||||
Serial.println("APconfig not found");
|
||||
APconfig["channel"] = 0;
|
||||
APconfig["alias"] = String();
|
||||
APconfig["ledbrightness"] = 100;
|
||||
APconfig["ledbrightness"] = 255;
|
||||
APconfig["language"] = getDefaultLanguage();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user