Skip to content

Commit

Permalink
Add PSTR
Browse files Browse the repository at this point in the history
  • Loading branch information
blazoncek committed Dec 16, 2024
1 parent a167a35 commit a6f2205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wled00/cfg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ void serializeConfig() {
#ifndef WLED_DISABLE_ESPNOW
nw[F("espnow")] = enableESPNow;
char linked_remote[13];
sprintf(linked_remote, "%02x%02x%02x%02x%02x%02x", MAC2STR(masterESPNow));
sprintf_P(linked_remote, PSTR("%02x%02x%02x%02x%02x%02x"), MAC2STR(masterESPNow));
nw[F("linked_remote")] = linked_remote;
#endif

Expand Down

0 comments on commit a6f2205

Please sign in to comment.