mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-19 08:52:15 +01:00
2ec8c539b2
platform.getId() gives the same result for derived cores. Issue #5260 is caused by both cores declaring as `avr`, with the same label but different identifier. This patch completes the previous one by adding the folder where the core resides to the matching id.