mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-07 00:04:36 +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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user