mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Available boards are updated right after closing "Boards Installer"
Boards menu list has been moved into Base class where it looks a more appropriate place to reduce interactions between Editor class and Base class. Probably shared menus can be moved in a separate, specific, class.
This commit is contained in:
committed by
Federico Fissore
parent
0783f40ba5
commit
75d1cb874d
@ -587,10 +587,6 @@ public class BaseNoGui {
|
||||
}
|
||||
|
||||
static public void initPackages() throws Exception {
|
||||
reloadAllHardware();
|
||||
}
|
||||
|
||||
static public void reloadAllHardware() throws Exception {
|
||||
indexer = new ContributionsIndexer(BaseNoGui.getSettingsFolder());
|
||||
File indexFile = indexer.getIndexFile();
|
||||
if (!indexFile.isFile()) {
|
||||
|
Reference in New Issue
Block a user