WIP
This commit is contained in:
		
							
								
								
									
										9
									
								
								esp32_device/main/system.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								esp32_device/main/system.c
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
#include "system.h"
 | 
			
		||||
 | 
			
		||||
#include "esp_system.h"
 | 
			
		||||
 | 
			
		||||
void reboot()
 | 
			
		||||
{
 | 
			
		||||
    fflush(stdout);
 | 
			
		||||
    esp_restart();
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user