show plugins sets

This commit is contained in:
Edwin Eefting
2017-02-18 23:48:52 +01:00
committed by DatuX
parent 0868b983d4
commit 890351b920
+12
View File
@@ -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();