Skip to content

Commit d594458

Browse files
committed
change to io.wifi_disconnect()
1 parent 6711e6e commit d594458

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/AdafruitIO.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,11 @@ void AdafruitIO::connect()
162162

163163
/**************************************************************************/
164164
/*!
165-
@brief Disconnects from AIO.
165+
@brief Disconnects from WiFi.
166166
@return none
167167
*/
168168
/**************************************************************************/
169-
void AdafruitIO::disconnect()
169+
void AdafruitIO::wifi_disconnect()
170170
{
171171

172172
AIO_DEBUG_PRINTLN("AdafruitIO::disconnect()");

src/AdafruitIO.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class AdafruitIO {
5353
virtual ~AdafruitIO();
5454

5555
void connect();
56-
void disconnect();
56+
void wifi_disconnect();
5757
aio_status_t run(uint16_t busywait_ms = 0, bool fail_fast = false);
5858

5959
AdafruitIO_Feed* feed(const char *name);

0 commit comments

Comments
 (0)