File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 4141pwr_events_no          =  0                                    # used to count numbers of power events 
4242sys_events_no          =  0                                    # used to count numbers of system events 
4343debug                  =  'false'                               # used for debug purpose only 
44- sw_ver                 =  'PytesSerial_Esp v0.5.0_20241107 ' 
44+ sw_ver                 =  'PytesSerial_Esp v0.5.1_20241218 ' 
4545version                =  sw_ver 
4646
4747if  reading_freq  <  10   : reading_freq  =  10 
@@ -919,8 +919,13 @@ def reboot_machine():
919919
920920        uptime  =  round ((time .ticks_ms ()-  up_time )/ 86400000 , 3 )
921921        print  ('serial uptime   :' , uptime )
922-         start_time  =  time .ticks_ms ()
923- 
922+         start_time           =  time .ticks_ms ()
923+         parsing_time         =  0 
924+         check_cells_time     =  0 
925+         statistics_time      =  0  
926+         json_serialize_time  =  0 
927+         mqtt_publish_time    =  0 
928+         
924929        if  errors  ==  'false' :
925930            parsing_time  =  time .ticks_ms ()
926931            parsing_serial ()
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments