We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727b0bb commit 5b64cebCopy full SHA for 5b64ceb
arduino-core/src/cc/arduino/Compiler.java
@@ -549,12 +549,12 @@ public void message(String s) {
549
}
550
551
if (error.trim().equals("'Mouse' was not declared in this scope")) {
552
- error = tr("'Mouse' only supported on the Arduino Leonardo");
+ error = tr("'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?");
553
//msg = _("\nThe 'Mouse' class is only supported on the Arduino Leonardo.\n\n");
554
555
556
if (error.trim().equals("'Keyboard' was not declared in this scope")) {
557
- error = tr("'Keyboard' only supported on the Arduino Leonardo");
+ error = tr("'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?");
558
//msg = _("\nThe 'Keyboard' class is only supported on the Arduino Leonardo.\n\n");
559
560
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments