diff --git a/wled00/cfg.cpp b/wled00/cfg.cpp index 572e6de7b6..30a159421a 100644 --- a/wled00/cfg.cpp +++ b/wled00/cfg.cpp @@ -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