mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
Sets default pulse time and digit spaceing to 200ms
This commit is contained in:
parent
3c714f724d
commit
de068277de
1 changed files with 2 additions and 2 deletions
|
|
@ -70,8 +70,8 @@ namespace PepperDash.Essentials.Core.Presets
|
|||
|
||||
public DevicePresetsModel(string key, string fileName) : base(key)
|
||||
{
|
||||
PulseTime = 150;
|
||||
DigitSpacingMs = 150;
|
||||
PulseTime = 200;
|
||||
DigitSpacingMs = 200;
|
||||
|
||||
UseLocalImageStorage = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue