Skip to content

Commit

Permalink
Give a better default value.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaddox5 committed Sep 5, 2024
1 parent 3ad5b83 commit b6d3374
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/config/v2/gl_eink.ex
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ defmodule ScreensConfig.V2.GlEink do
alerts: nil,
line_map: nil,
evergreen_content: [],
audio: Audio.from_json(:default),
audio: %Audio{
start_time: ~T[00:00:00],
stop_time: ~T[23:59:59],
days_active: [1, 2, 3, 4, 5, 6, 7]
},
platform_location: nil

use ScreensConfig.Struct,
Expand Down

0 comments on commit b6d3374

Please sign in to comment.