mirror of
				https://github.com/s00500/ESPUI.git
				synced 2025-11-03 23:03:23 +00:00 
			
		
		
		
	Moved FILE_WRITTING into the common code section.
This commit is contained in:
		@@ -47,10 +47,10 @@
 | 
				
			|||||||
#include <ESPAsyncTCP.h>
 | 
					#include <ESPAsyncTCP.h>
 | 
				
			||||||
#include <Hash.h>
 | 
					#include <Hash.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define FILE_WRITING "w"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#define FILE_WRITING "w"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Message Types (and control types)
 | 
					// Message Types (and control types)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
enum MessageTypes : uint8_t
 | 
					enum MessageTypes : uint8_t
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user