change to io.wifi_disconnect()
This commit is contained in:
parent
6711e6e2c1
commit
d5944584a8
2 changed files with 3 additions and 3 deletions
|
|
@ -162,11 +162,11 @@ void AdafruitIO::connect()
|
|||
|
||||
/**************************************************************************/
|
||||
/*!
|
||||
@brief Disconnects from AIO.
|
||||
@brief Disconnects from WiFi.
|
||||
@return none
|
||||
*/
|
||||
/**************************************************************************/
|
||||
void AdafruitIO::disconnect()
|
||||
void AdafruitIO::wifi_disconnect()
|
||||
{
|
||||
|
||||
AIO_DEBUG_PRINTLN("AdafruitIO::disconnect()");
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ class AdafruitIO {
|
|||
virtual ~AdafruitIO();
|
||||
|
||||
void connect();
|
||||
void disconnect();
|
||||
void wifi_disconnect();
|
||||
aio_status_t run(uint16_t busywait_ms = 0, bool fail_fast = false);
|
||||
|
||||
AdafruitIO_Feed* feed(const char *name);
|
||||
|
|
|
|||
Loading…
Reference in a new issue