Tobias Jansen / Mbed OS Lorawan_Version_0_1

Dependencies:   Lorawan_Version_0_1

Dependents:   Lorawan_Version_0_1

Revision:
71:ca2425c0a864
Parent:
70:65b2f1cc2859
Child:
72:67c5bce77999
--- a/Light/Light.cpp	Tue Jan 21 13:20:59 2020 +0000
+++ b/Light/Light.cpp	Fri Jan 24 07:32:42 2020 +0000
@@ -54,7 +54,7 @@
 {
     if (this->BlinkEventID == 0){ // we can only track 1 blinkevent so we cant have 2 running at the same time
         printf("\n [Light] BLINK START\n");   
-        this->BlinkEventID=Ref_Events->call_every(500,Licht_toggle,this);
+        this->BlinkEventID=Ref_Events->call_every(250,Licht_toggle,this);
         Ref_Events->call_in(time_to_blink, Blinken_aus,this);
     }
 }