Skip to content

Commit

Permalink
Update DisplayManager.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Blueforcer committed Aug 20, 2023
1 parent 0158be3 commit be334f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/DisplayManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,6 @@ bool DisplayManager_::generateNotification(uint8_t source, const char *json)
{
JsonArray textArray = doc["text"].as<JsonArray>();
parseFragmentsText(textArray, newNotification.colors, newNotification.fragments, newNotification.color);
// Der Code zur Zuweisung von customApp.text könnte hier angepasst werden, je nachdem, wie Sie die Textinformationen verwenden möchten.
}
else if (doc["text"].is<String>())
{
Expand Down

0 comments on commit be334f7

Please sign in to comment.