Replaced the multipart espfs flashing with the version from @billprozac and tweaked a little (untested)

This commit is contained in:
Ben Pirt
2015-03-09 11:48:41 +00:00
parent 4ee2d75977
commit c2a02f28ea
4 changed files with 44 additions and 131 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
#define EFS_HEATSHRINK
//Pos of esp fs in flash
#define ESPFS_POS 0x12000
#define ESPFS_POS 0x12000
#define ESPFS_SIZE 0x2E000
//If you want, you can define a realm for the authentication system.
//#define HTTP_AUTH_REALM "MyRealm"