Change WLEDSR to WLEDMM in comments
This commit is contained in:
@@ -127,7 +127,7 @@ void handlePresets()
|
||||
#if !defined(CONFIG_IDF_TARGET_ESP32C3) && !defined(CONFIG_IDF_TARGET_ESP32S2)
|
||||
// this does not make sense on single core
|
||||
core = xPortGetCoreID();
|
||||
// begin WLEDSR specific
|
||||
// begin WLEDMM specific
|
||||
// loopTask (arduino main loop) sometimes runs on core #1
|
||||
if ((core == 1) && (strncmp(pcTaskGetTaskName(NULL), "loopTask", 8) == 0)) {
|
||||
DEBUG_PRINTF("[applyPreset] called from loopTask on core %d; forcing core = 0\n", (int)core);
|
||||
@@ -138,7 +138,7 @@ void handlePresets()
|
||||
DEBUG_PRINTF("[applyPreset] called from async_tcp on core %d; forcing core = 1\n", (int)core);
|
||||
core = 1;
|
||||
}
|
||||
// end WLEDSR specific
|
||||
// end WLEDMM specific
|
||||
#endif
|
||||
#endif
|
||||
//only allow use of fileDoc from the core responsible for network requests (AKA HTTP JSON API)
|
||||
|
||||
Reference in New Issue
Block a user