Added basic authentication

This commit is contained in:
Jeroen Domburg
2014-12-11 21:25:49 +01:00
parent 25a0984080
commit 784568c07f
6 changed files with 233 additions and 1 deletions
+3
View File
@@ -4,3 +4,6 @@
//Pos of esp fs in flash
#define ESPFS_POS 0x12000
//If you want, you can define a realm for the authentication system.
//#define HTTP_AUTH_REALM "MyRealm"