1
0
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:
Cristian Maglie
2014-05-16 01:08:15 +02:00
committed by Federico Fissore
parent 0783f40ba5
commit 75d1cb874d
3 changed files with 71 additions and 74 deletions

View File

@ -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()) {