mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-23 19:21:59 +03:00
Updating SPI library error message and revisions.txt for final 0019 release.
This commit is contained in:
@ -364,9 +364,9 @@ public class Compiler implements MessageConsumer {
|
||||
}
|
||||
|
||||
if (pieces[3].trim().equals("SPI.h: No such file or directory")) {
|
||||
e = new RunnerException("Import the SPI library from the Sketch menu.");
|
||||
e = new RunnerException("Please import the SPI library from the Sketch > Import Library menu.");
|
||||
s += "\nAs of Arduino 0019, the Ethernet library depends on the SPI library." +
|
||||
"\nPlease import it from the Sketch > Import Library menu.";
|
||||
"\nYou appear to be using it or another library that depends on the SPI library.";
|
||||
}
|
||||
|
||||
if (exception == null && e != null) {
|
||||
|
Reference in New Issue
Block a user