MeterLogger
httpdconfig.h
Go to the documentation of this file.
1 
2 //Define this if you want to be able to use Heatshrink-compressed espfs images.
3 #define EFS_HEATSHRINK
4 
5 //Pos of esp fs in flash
6 #define ESPFS_POS 0x60000
7 
8 //If you want, you can define a realm for the authentication system.
9 //#define HTTP_AUTH_REALM "MyRealm"