I've done this a million times before but with the latest few releases I can't compile with TESTING or DEVELOPMENT plugins active.
It actually compiles but the plugins are not added to the devices dropdown in the Web UI.
So clearly there not being added.
I've uncommented these lines in the ESPEasy_globals.h file and I thought that was it.
//build all the normal stable plugins (on by default)
#define PLUGIN_BUILD_NORMAL
//build all plugins that are in test stadium
#define PLUGIN_BUILD_TESTING
//build all plugins that still are being developed and are broken or incomplete
#define PLUGIN_BUILD_DEV
I'm using
- ESPEasy_ESP82xx_mega-20200812
- Arduino 1.8.13
- Mac OS X
- NodeMCU
I've not had this much trouble since the early days years ago.

What am I missing?