You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The wireguard usermods directory doesn't exist, although wireguard is referenced in const.h. When re-adding the wireguard usermod directory and platformio_override.ini, Wireguard configuration options aren't in the Usermods config page after building. (It works in the non-MM build.)
To Reproduce Bug
Add the wireguard usermod directory and platformio_override.ini, then build. Wireguard configuration options aren't in the Usermods config page.
Expected Behavior
Wireguard config options should be in the Usermods config page after adding the wireguard usermod.
Install Method
Self-Compiled or other
What version/release of MM WLED?
MoonModules v0.14.1-b30
Which microcontroller/board are you seeing the problem on?
ESP32
Relevant log/trace output
No response
Anything else?
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Added it back to the usermods_list.cpp and the configuration returned:
#ifdef USERMOD_WIREGUARD
usermods.add(new WireguardUsermod());
#endif
#ifdef USERMOD_WIREGUARD
#include "../usermods/wireguard/wireguard.h"
#endif
We don't have the changes from upstream that allow accessing UI pages from behind a proxy (Aircoookie#3238). Not sure if wireguard relies on this feature (I don't have a setup for testing).
What happened?
The wireguard usermods directory doesn't exist, although wireguard is referenced in const.h. When re-adding the wireguard usermod directory and platformio_override.ini, Wireguard configuration options aren't in the Usermods config page after building. (It works in the non-MM build.)
To Reproduce Bug
Add the wireguard usermod directory and platformio_override.ini, then build. Wireguard configuration options aren't in the Usermods config page.
Expected Behavior
Wireguard config options should be in the Usermods config page after adding the wireguard usermod.
Install Method
Self-Compiled or other
What version/release of MM WLED?
MoonModules v0.14.1-b30
Which microcontroller/board are you seeing the problem on?
ESP32
Relevant log/trace output
No response
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: