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 4b7bc3b commit 0ebfbf8Copy full SHA for 0ebfbf8
app/src/processing/app/debug/Compiler.java
@@ -491,7 +491,7 @@ public void message(String s) {
491
if (pieces[3].trim().equals("'Udp' was not declared in this scope")) {
492
error = _("The Udp class has been renamed EthernetUdp.");
493
msg = _("\nAs of Arduino 1.0, the Udp class in the Ethernet library " +
494
- "has been renamed to EthernetClient.\n\n");
+ "has been renamed to EthernetUdp.\n\n");
495
}
496
497
if (pieces[3].trim().equals("'class TwoWire' has no member named 'send'")) {
0 commit comments