STATS_HAS_SQLITE3 is never defined so examples/stats doesn't work
wifi-example-sim.cc, used as example for stats module, asks for STATS_HAS_SQLITE3 definition to generate the database. Originally, that macro was defined in sqlite-data-output.h but was removed (commit 1453620d) so the example wifi-example-db.sh doesn't work. Kind Regards Felix.