Browse Source

sch: also fix flash strings

pull/2575/head
Maxim Prokhorov 1 year ago
parent
commit
efaf15add3
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      code/espurna/lightfox.cpp
  2. +1
    -1
      code/espurna/scheduler.cpp

+ 1
- 1
code/espurna/lightfox.cpp View File

@ -196,7 +196,7 @@ static void learn(::terminal::CommandContext&& ctx) {
terminalOK(ctx);
}
PROGMEM_STRING(Clear, "LIGHTFOX.LEARN");
PROGMEM_STRING(Clear, "LIGHTFOX.CLEAR");
static void clear(::terminal::CommandContext&& ctx) {
lightfox::clear();


+ 1
- 1
code/espurna/scheduler.cpp View File

@ -439,7 +439,7 @@ namespace api {
namespace keys {
PROGMEM_STRING(Enabled, "enabled");
PROGMEM_STRING(Target, "enabled");
PROGMEM_STRING(Target, "target");
PROGMEM_STRING(Type, "type");
PROGMEM_STRING(Action, "action");
PROGMEM_STRING(Restore, "restore");


Loading…
Cancel
Save