Battery-Emulator icon indicating copy to clipboard operation
Battery-Emulator copied to clipboard

Fails to compile if both WEBSERVER & WEBSERVER_AUTH_REQUIRED are not defined

Open obbardc opened this issue 4 months ago • 1 comments

Expected Behavior

Should be able to compile with both of these defines unset.

Actual Behavior

Compile errors in Software/src/devboard/webserver/webserver.cpp. It only builds when WEBSERVER is not defined & WEBSERVER_AUTH_REQUIRED is defined.

Steps to Reproduce the Problem

Comment out both WEBSERVER and WEBSERVER_AUTH_REQUIRED in USER_SETTINGS.h

Settings

not relevant

obbardc avatar Sep 25 '24 08:09 obbardc