Skip to content

Commit

Permalink
Merge pull request #111 from tioan/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Blueforcer authored May 8, 2023
2 parents 94089b7 + 69ab4cc commit 19743f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Dictionary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,15 @@ const char HAupClass[] PROGMEM = {"duration"};

const char HAbtnLID[] PROGMEM = {"%s_btnL"};
const char HAbtnLName[] PROGMEM = {"Button left"};
const char HAtransIcon[] PROGMEM = {"mdi:chevron-left-box-outline"};
const char HAbtnLIcon[] PROGMEM = {"mdi:chevron-left-box-outline"};

const char HAbtnMID[] PROGMEM = {"%s_btnM"};
const char HAbtnMName[] PROGMEM = {"Button select"};
const char HAtransIcon[] PROGMEM = {"mdi:circle-box-outline"};
const char HAbtnMIcon[] PROGMEM = {"mdi:circle-box-outline"};

const char HAbtnRID[] PROGMEM = {"%s_btnR"};
const char HAbtnRName[] PROGMEM = {"Button right"};
const char HAtransIcon[] PROGMEM = {"mdi:chevron-right-box-outline"};
const char HAbtnRIcon[] PROGMEM = {"mdi:chevron-right-box-outline"};

const char HAramRID[] PROGMEM = {"%s_ram"};
const char HAramIcon[] PROGMEM = {"mdi:memory"};
Expand Down

0 comments on commit 19743f1

Please sign in to comment.