mirror of
https://github.com/wled/WLED.git
synced 2026-04-21 22:52:55 +00:00
The modern linker used with new platforms (ESP8266, ESP32 >v4) always produces paths in the map file with slash; however the old linker for the old ESP32 platform instead produces paths with backslash when building on Windows. Match both types as a path separator when scanning linked symbols.