mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
When IDE is started and built in core is newer than installed one and this check hasn't been notified before, show "please update" modal
This commit is contained in:
@ -64,7 +64,7 @@ public class BaseNoGui {
|
||||
static File portableFolder = null;
|
||||
static final String portableSketchbookFolder = "sketchbook";
|
||||
|
||||
static ContributionsIndexer indexer;
|
||||
public static ContributionsIndexer indexer;
|
||||
static LibrariesIndexer librariesIndexer;
|
||||
|
||||
// Returns a File object for the given pathname. If the pathname
|
||||
|
Reference in New Issue
Block a user