Browse Source

sch: missing undef

pull/2552/head
Maxim Prokhorov 1 year ago
parent
commit
164d217bf7
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      code/espurna/scheduler.cpp

+ 2
- 0
code/espurna/scheduler.cpp View File

@ -332,6 +332,8 @@ String weekdays(size_t index) {
ID_VALUE(hour, settings::hour)
ID_VALUE(minute, settings::minute)
#undef ID_VALUE
} // namespace internal
static constexpr espurna::settings::query::IndexedSetting IndexedSettings[] PROGMEM {


Loading…
Cancel
Save