mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Cores Installer UI refactor (WIP)
This commit is contained in:
committed by
Federico Fissore
parent
56b9fd7d93
commit
1f564d6709
@ -87,4 +87,8 @@ public abstract class ContributedPlatform extends DownloadableContribution {
|
||||
this.parentPackage = parentPackage;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return getVersion();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user