mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
LibraryManager: category is now topic, type added to list official/contributed/recommended libs
This commit is contained in:
@ -123,8 +123,4 @@ public class LegacyUserLibrary extends UserLibrary {
|
||||
return "LegacyLibrary:" + name + "\n";
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getSupportLevel() {
|
||||
return "Unsupported";
|
||||
}
|
||||
}
|
||||
|
@ -278,8 +278,4 @@ public class UserLibrary extends ContributedLibrary {
|
||||
return res;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getSupportLevel() {
|
||||
return "Unsupported";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user