mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
ContributedPlatform.toString() is used as item in dropdown, so it should print only its version
This commit is contained in:
@ -93,6 +93,6 @@ public abstract class ContributedPlatform extends DownloadableContribution {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return getName() + " " + getParsedVersion();
|
||||
return getParsedVersion();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user