mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
show plugins sets
This commit is contained in:
@@ -213,6 +213,18 @@ void handle_root() {
|
||||
reply += F("<TR><TD>GIT version:<TD>");
|
||||
reply += F(BUILD_GIT);
|
||||
|
||||
reply += F("<TR><TD>Plugin sets:<TD>");
|
||||
#ifdef PLUGIN_BUILD_DEV
|
||||
reply += F("Normal, Testing, Development");
|
||||
#elif PLUGIN_BUILD_TESTING
|
||||
reply += F("Normal, Testing");
|
||||
#elif PLUGIN_BUILD_NORMAL
|
||||
reply += F("Normal");
|
||||
#else
|
||||
reply += F("Minimal");
|
||||
#endif
|
||||
|
||||
|
||||
reply += F("<TR><TD>Core Version:<TD>");
|
||||
reply += ESP.getCoreVersion();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user