nova proba

Revision:
24:ec9446d86668
Parent:
23:766819b4c453
Child:
26:c14d034d7459
--- a/main.cpp	Fri Jun 12 00:23:19 2020 +0200
+++ b/main.cpp	Thu Jun 18 18:43:02 2020 +0200
@@ -23,6 +23,7 @@
 
 DigitalOut GLed(LED2,1);
 DigitalOut BLed(LED3,1);
+DigitalOut RLed(LED1,1);
 DigitalOut *p_led;
 
 void pfv_fun( void ) 
@@ -75,7 +76,8 @@
                 break;
             case 'P': case 'p':
                // restart_TcpClients( );
-               startUp();
+               //startUp();
+               showFlashData( );
                 break;
             case 'S': case 's':
             {