add delay for redebility
This commit is contained in:
parent
b3e2d861d9
commit
b161ab7ff7
@ -1,9 +0,0 @@
|
|||||||
[build]
|
|
||||||
target = "avr-specs/avr-atmega328p.json"
|
|
||||||
|
|
||||||
[target.'cfg(target_arch = "avr")']
|
|
||||||
runner = "ravedude nano -cb 57600"
|
|
||||||
|
|
||||||
[unstable]
|
|
||||||
build-std = ["core"]
|
|
||||||
build-std-features = ["compiler-builtins-mangled-names"]
|
|
@ -15,7 +15,9 @@ void setup() {
|
|||||||
Serial.begin(19200);
|
Serial.begin(19200);
|
||||||
digitalWrite(5 , HIGH);
|
digitalWrite(5 , HIGH);
|
||||||
attachInterrupt(0, wakeUp, FALLING);
|
attachInterrupt(0, wakeUp, FALLING);
|
||||||
|
delay(10);
|
||||||
Serial.println("https://git.sfs.ddnss.org/Erik/garden-watering-controller.git");
|
Serial.println("https://git.sfs.ddnss.org/Erik/garden-watering-controller.git");
|
||||||
|
delay(100);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user