Skip to content

Commit 56a6eb8

Browse files
committed
Add note on global ParseClient object in class description
1 parent 9487a85 commit 56a6eb8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/internal/ParseClient.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535

3636
/*! \class ParseClient
3737
* \brief Class responsible for Parse connection
38+
*
39+
* NOTE: A global ParseClient object with name "Parse" is defined in SDK,
40+
* use it in your sketch instead of defining your own ParseClient object.
3841
*/
3942
class ParseClient {
4043
private:

0 commit comments

Comments
 (0)