Open
Description
I would like to use the ESP32 in Async Mode with the websocket library. It appears that the trigger for this is NETWORK_ESP8266_ASYNC as further into that branch, there is a check for ESP32.
This is not clear to me and I would hate to put references to the ESP8266 in my ESP32 project. That will cause confusion to my future self.