1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Bundled core is again inside the hardware folder.

Fixed a handful of glitches when dealing with multiple installed cores
This commit is contained in:
Federico Fissore
2015-03-31 17:00:01 +02:00
parent 98f364ea38
commit 29cb42eb50
27 changed files with 359 additions and 285 deletions

View File

@ -3,6 +3,12 @@ package cc.arduino.packages.contributions;
import cc.arduino.contributions.packages.HostDependentDownloadableContribution;
public class HostDependentDownloadableContributionStub extends HostDependentDownloadableContribution {
@Override
public String getVersion() {
return null;
}
@Override
public String getHost() {
return null;