mirror of
				https://github.com/s00500/ESPUI.git
				synced 2025-11-03 23:03:23 +00:00 
			
		
		
		
	Merge branch 's00500:master' into master
This commit is contained in:
		@@ -266,7 +266,7 @@ void ESPUIClass::writeFile(const char* path, const char* data)
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    File file = EspuiLittleFS.open(path, FILE_WRITE);
 | 
					    File file = EspuiLittleFS.open(path, FILE_WRITING);
 | 
				
			||||||
    if (!file)
 | 
					    if (!file)
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
#if defined(DEBUG_ESPUI)
 | 
					#if defined(DEBUG_ESPUI)
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -47,7 +47,7 @@
 | 
				
			|||||||
#include <ESPAsyncTCP.h>
 | 
					#include <ESPAsyncTCP.h>
 | 
				
			||||||
#include <Hash.h>
 | 
					#include <Hash.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define FILE_WRITE "w"
 | 
					#define FILE_WRITING "w"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user