Skip to content

Commit

Permalink
Fixed compiller difference between SP8266 and ESP32 compilers.
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMueller2003 committed Mar 15, 2024
1 parent da09112 commit cdb2ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ESPixelStick/ESPixelStick.ino
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ bool ConfigSaveNeeded = false;
bool RestoredConfig = false;

uint32_t DiscardedRxData = 0;
const String RestoredConfigFileName = F("/RestoredConfig.json");
const String RestoredConfigFileName = "/RestoredConfig.json";

/////////////////////////////////////////////////////////
//
Expand Down

0 comments on commit cdb2ce4

Please sign in to comment.