mirror of
				https://github.com/s00500/ESPUI.git
				synced 2025-11-04 14:33:22 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			156 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			156 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#include <ESPUI.h>
 | 
						|
 | 
						|
ESPUIClass ESPUI( Verbosity::VerboseJSON );
 | 
						|
 | 
						|
void setup(void) {
 | 
						|
  Serial.begin(115200);
 | 
						|
  ESPUI.prepareFileSystem();
 | 
						|
}
 | 
						|
 | 
						|
void loop() {
 | 
						|
}
 |