decreased delay in lora loop task
This commit is contained in:
		
							parent
							
								
									430f9d6856
								
							
						
					
					
						commit
						7f0c3202a3
					
				@ -153,7 +153,7 @@ void lorawan_loop(void * pvParameters) {
 | 
			
		||||
        }
 | 
			
		||||
        */
 | 
			
		||||
 | 
			
		||||
        vTaskDelay(10/portTICK_PERIOD_MS); // reset watchdog
 | 
			
		||||
        vTaskDelay(1/portTICK_PERIOD_MS); // reset watchdog
 | 
			
		||||
    }    
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user