I noticed a minor problem in the uC console with 2.2beta1: If the MCU sends '<' or '>' characters, e.g. a menu string such as "<q> = quit", the console doesn't show the <..> part. Probably related to < and > being HTML characters.
On the wifi configuration page, the signal strength of all detected networks (in my case varying from -69db to -90db) is represented by the same symbol, four of five bars. Is that working as intended?
The site mentions a fail-safe, which is "that after a reset or a configuration change, if the esp-link cannot connect to your network it will revert back to AP+STA mode after 15 seconds". Wouldn't it be better if it always was in AP mode for a minute after a reboot? That would resolve the situation if a user accidentally connects to an open wifi network not under his control. As an alternative, it could be useful to force esp-link into AP mode by pulling GPIO0 low for 5s (GPIO0 should already be under control of a jumper).