Driver for the esp8266-wifi adapter with AT command firmware. The adapter has a serial interface, therefore this driver can be used with any UART driver that implements the embedded-io traits.
The currently supported AT firmware version is 1.7.x.
- Implements
embedded-nal-asynctraits - Implements
embedded-iotraits - Full async support, based on
embassylibraries
See examples/std for an example that works in a STD environment.