Battery-Emulator
Battery-Emulator copied to clipboard
Fails to compile if both WEBSERVER & WEBSERVER_AUTH_REQUIRED are not defined
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