Also recently pushed:
ESP8266 WiFi used to require a hack that changed the MAC address together with the hostname.
This used to be the only way that my router would recognize the changed hostname.
I've changed this to just set the hostname as early in setup() as possible, which fixed the issue with my router.
Hopefully this works for everyone else as well.
If it works, you can access the web ui at
http://gbscontrol/ .
If it doesn't work, you need to access it via the assigned IP.
Next I found that the power supply situation is still not solved.
I had my Wemos D1 board powered via the same PSU as the GBS, going to VIN on the ESP8266 (so it uses the onboard voltage regulator) via a diode (so the ESP8266 could not backfeed power to the GBS).
This seemed to work really nice but I just found out that the WiFi module wasn't at all happy.
I was unable to connect to it when it was in AP mode, ie: when it runs the captive portal, waiting to be configured.
For now I'm back to using 3.3V directly from the GBS VCC header (into the 3.3V input on the Wemos D1).
No diodes or anything, so I have to make sure the GBS is always powered on before I connect the Wemos D1 to the pc.
This fixes the WiFi issue and the GBS regulator can handle the load easily.