Expand | ||||||
---|---|---|---|---|---|---|
| ||||||
|
...
gumbandPublish()
Status | ||||
---|---|---|---|---|
|
TBD on the implementation of this, but the intent is to be a type agnostic way to publish.
Syntax:
void gumbandPublish();
...
Functions to send informational messages to the Gumband Cloud dashboard. '
gumbandDebug()
https://deeplocal.atlassian.net/wiki/spaces/GS/pages/52822092#Debug-Logs
Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
Syntax:
void gumbandDebug(const char* text, ...);
...
Note |
---|
In most cases it is not recommended to use any of the following 4 functions to configure the hardware, these changes should be made via the configuration interface (link) |
gumbandSetAuthToken()
Syntax:
...