Commit acece5de by Sebastián Katzer

Use red as default LED color

parent 5cb48c41
......@@ -64,7 +64,7 @@ exports.applyPlatformSpecificOptions = function () {
defaults.smallIcon = undefined;
defaults.ongoing = false;
defaults.autoClear = true;
defaults.led = 'FFFFFF';
defaults.led = 'FF0000';
defaults.color = undefined;
break;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment