• I think you can just delay sending end?

    function pageRequest(req) {
      wifi.getAPs(function(info) {
        req.end(info);
      });
    }
    

    Just to give you an idea - I doubt the command-names are right in that code :

About

Avatar for MrTimcakes @MrTimcakes started