Code for Browonout Generator box

Revision:
10:a0212b37673b
Parent:
9:71eab0a4ceef
--- a/main.cpp	Mon Feb 17 16:07:13 2020 +0000
+++ b/main.cpp	Mon Feb 17 16:16:19 2020 +0000
@@ -265,7 +265,7 @@
 
     cycle_timeout(tOn,tOff);
     while(flg_lend) {
-        led2 = !led2;
+        led2 = !led2;                                                           //does not run without led2 flashing for unknown reasons
         if(flg_loop0 and flg_loop1) {
             cycle_timeout(tOn,tOff);
         }