Skip to content

Commit 49038e8

Browse files
committed
isBegined->isInitialized
1 parent 0c957d0 commit 49038e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/BytebeamArduino.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ BytebeamArduino::~BytebeamArduino() {
732732
}
733733
#endif
734734

735-
boolean BytebeamArduino::isBegined() {
735+
boolean BytebeamArduino::isInitialized() {
736736
// return the client status i.e initialized or de-initialized
737737
return this->isClientActive;
738738
}

src/BytebeamArduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class BytebeamArduino : private PubSubClient,
100100
BytebeamLogger::DebugLevel level = BytebeamLogger::LOG_WARN);
101101
#endif
102102

103-
boolean isBegined();
103+
boolean isInitialized();
104104
boolean loop();
105105
boolean isConnected();
106106
boolean handleActions(char* actionReceivedStr);

0 commit comments

Comments
 (0)