mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-24 06:16:11 +02:00
added login / logout
prepared static IP storage and disable inverter IMPORTANT: new memory layout, your inverter settings will be lost
This commit is contained in:
parent
56b8096bed
commit
6a6d522d3b
11 changed files with 290 additions and 31 deletions
|
@ -25,6 +25,11 @@
|
|||
// If the next line is uncommented, Ahoy will stay in access point mode all the time
|
||||
//#define AP_ONLY
|
||||
|
||||
// protection of the GUI by password
|
||||
#define GUI_DEF_PASSWORD ""
|
||||
|
||||
// timeout for automatic logoff (20 minutes)
|
||||
#define LOGOUT_TIMEOUT (20 * 60 * 60)
|
||||
|
||||
//-------------------------------------
|
||||
// CONFIGURATION - COMPILE TIME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue