increase lmic task prio
This commit is contained in:
		
							parent
							
								
									8f98a9bdde
								
							
						
					
					
						commit
						4d48b14b88
					
				@ -305,7 +305,7 @@ esp_err_t lmic_init(void) {
 | 
				
			|||||||
                          "lmictask", // name of task
 | 
					                          "lmictask", // name of task
 | 
				
			||||||
                          4096,       // stack size of task
 | 
					                          4096,       // stack size of task
 | 
				
			||||||
                          (void *)1,  // parameter of the task
 | 
					                          (void *)1,  // parameter of the task
 | 
				
			||||||
                          1,          // priority of the task
 | 
					                          2,          // priority of the task
 | 
				
			||||||
                          &lmicTask,  // task handle
 | 
					                          &lmicTask,  // task handle
 | 
				
			||||||
                          1);         // CPU core
 | 
					                          1);         // CPU core
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -29,7 +29,7 @@ Task          	Core  Prio  Purpose
 | 
				
			|||||||
-------------------------------------------------------------------------------
 | 
					-------------------------------------------------------------------------------
 | 
				
			||||||
ledloop*      	1     1    blinks LEDs
 | 
					ledloop*      	1     1    blinks LEDs
 | 
				
			||||||
spiloop#      	0     2    reads/writes data on spi interface
 | 
					spiloop#      	0     2    reads/writes data on spi interface
 | 
				
			||||||
lmictask*     	1     1    MCCI LMiC LORAWAN stack
 | 
					lmictask*     	1     2    MCCI LMiC LORAWAN stack
 | 
				
			||||||
clockloop#    	1     6    generates realtime telegrams for external clock
 | 
					clockloop#    	1     6    generates realtime telegrams for external clock
 | 
				
			||||||
mqttloop#     	1     5    reads/writes data on ETH interface
 | 
					mqttloop#     	1     5    reads/writes data on ETH interface
 | 
				
			||||||
timesync_proc#	1     7    processes realtime time sync requests
 | 
					timesync_proc#	1     7    processes realtime time sync requests
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user