Skip to content

Commit

Permalink
Update examples/refrigerator-app/silabs/src/RefrigeratorUI.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Rohan Sahay <[email protected]>
  • Loading branch information
shgutte and rosahay-silabs committed Oct 3, 2024
1 parent dfe3c93 commit 7472957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/refrigerator-app/silabs/src/RefrigeratorUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ void RefrigeratorUI::DrawFooter(GLIB_Context_t * glibContext, bool autoMode)
break;
case SUPPORTED_MODES::ENERGY_SAVE:
DrawSetPoint(glibContext, 0, false);
GLIB_drawStringOnLine(glibContext, "Mode : Energy save", 11, GLIB_ALIGN_LEFT, 0, 0, true);
GLIB_drawStringOnLine(glibContext, "Mode : Energy Save", 11, GLIB_ALIGN_LEFT, 0, 0, true);
DrawSetPoint(glibContext, mCurrentTempCelsius, false);
break;
default:
Expand Down

0 comments on commit 7472957

Please sign in to comment.