diff --git a/io.sloeber.application/introContent.xml b/io.sloeber.application/introContent.xml index f361ab437..d379c164a 100644 --- a/io.sloeber.application/introContent.xml +++ b/io.sloeber.application/introContent.xml @@ -2,7 +2,7 @@ - + \ No newline at end of file diff --git a/io.sloeber.application/plugin.xml b/io.sloeber.application/plugin.xml index 9ceb4e218..f7a25e3ed 100644 --- a/io.sloeber.application/plugin.xml +++ b/io.sloeber.application/plugin.xml @@ -112,7 +112,7 @@ + value="Sloeber, the Eclipse IDE for Arduino Developers Info: https://eclipse.baeyens.it/ Source: https://github.com/jantje/arduino-eclipse-plugin Binaries: https://eclipse.baeyens.it/download.php Contributors (github users): jantje, brodykenrick, wimjongman, neuweiler, darcade, amorellgarcia, MarceloLimori https://github.com/jantje/arduino-eclipse-plugin/graphs/contributors"> = interval) { + // save the last time you blinked the LED + previousMillis = currentMillis; + + // if the LED is off turn it on and vice-versa: + ledState = !ledState; + + // set the LED with the ledState of the variable: + digitalWrite(ledPin, ledState); + } +} + diff --git a/io.sloeber.feature/feature.xml b/io.sloeber.feature/feature.xml index 8c833d9a4..2c0c26540 100644 --- a/io.sloeber.feature/feature.xml +++ b/io.sloeber.feature/feature.xml @@ -32,7 +32,7 @@ Trump211 - + diff --git a/io.sloeber.ui/plugin.xml b/io.sloeber.ui/plugin.xml index 2d0a01ef0..98870e290 100644 --- a/io.sloeber.ui/plugin.xml +++ b/io.sloeber.ui/plugin.xml @@ -465,7 +465,7 @@ The color used by the fourth serial connection of the serial monitor style="push"> + value="https://eclipse.baeyens.it/how_to.shtml"> + value="https://eclipse.baeyens.it/learn.shtml"> + value="https://baeyens.it/eclipse/github_status.php?majorVersion=${MAJOR_VERSION}&minorVersion=${MINOR_VERSION}&microVersion=${MICRO_VERSION}&qualifierVersion=${QUALIFIER_VERSION}">