Skip to content

Commit

Permalink
Remove not required string generation
Browse files Browse the repository at this point in the history
  • Loading branch information
tbnobody committed Nov 13, 2024
1 parent 2b07e3c commit 9bfded0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void setup()

// Load PinMapping
MessageOutput.print("Reading PinMapping... ");
if (PinMapping.init(String(Configuration.get().Dev_PinMapping))) {
if (PinMapping.init(Configuration.get().Dev_PinMapping)) {
MessageOutput.print("found valid mapping ");
} else {
MessageOutput.print("using default config ");
Expand Down

0 comments on commit 9bfded0

Please sign in to comment.