Browse Source

button: commands are uppercase

pull/2552/head
Maxim Prokhorov 1 year ago
parent
commit
e6a2de0094
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/espurna/button.cpp

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

@ -793,7 +793,7 @@ void button(::terminal::CommandContext&& ctx) {
}
}
alignas(4) static constexpr char Button[] PROGMEM = "button";
alignas(4) static constexpr char Button[] PROGMEM = "BUTTON";
static constexpr ::terminal::Command Commands[] PROGMEM {
{Button, button},


Loading…
Cancel
Save