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
It is impossible to use s00500/ESPUI and dirkhillbrecht/UiUiUi in a single project because both define global constants.
.pio/libdeps/nodemcu/UiUiUi/src/UIEnums.h:12:20: error: 'None' conflicts with a previous declaration
12 | enum UIExpansion { None,Horizontal,Vertical,Both };
| ^~~~
In file included from .pio/libdeps/nodemcu/ESPUI/src/ESPUI.h:22,
from lib/WebAdmin/WebAdmin.h:7,
from src/main.cpp:7:
The text was updated successfully, but these errors were encountered:
It is impossible to use
s00500/ESPUI
anddirkhillbrecht/UiUiUi
in a single project because both define global constants.The text was updated successfully, but these errors were encountered: