mbed-os/components/wifi/esp8266-driver/ESP8266
Dominika Maziec 9ddef624bc Replaced in ESP8266::_oob_* recv() with scanf()
`ATCmdParser::recv()` should be used when we skim through data trying to look for something and `ATCmdParser::scanf()` is to be used when we know what we are supposed to get- as in `_oob_*` functions, except from `_oob_connection_status()`
2019-09-11 17:00:37 +02:00
..
ESP8266.cpp Replaced in ESP8266::_oob_* recv() with scanf() 2019-09-11 17:00:37 +02:00
ESP8266.h Add the INTERRUPTIN compilation guard for ESP8266 2019-03-28 11:16:30 +02:00