mirror of
https://github.com/luc-github/ESP3D.git
synced 2026-03-05 07:34:01 +01:00
Hide warnings in updater only mode
This commit is contained in:
@@ -162,6 +162,7 @@ bool COMMAND::execute_command (int cmd, String cmd_params, tpipe output, level_a
|
||||
{
|
||||
bool response = true;
|
||||
level_authenticate_type auth_type = auth_level;
|
||||
(void)auth_type; //avoid warning if updater only
|
||||
#ifdef AUTHENTICATION_FEATURE
|
||||
|
||||
if (isadmin(cmd_params)) {
|
||||
|
||||
Reference in New Issue
Block a user