File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 4141 env :
4242 GH_REPO_TOKEN : ${{ secrets.GH_REPO_TOKEN }}
4343 PRETTYNAME : " Adafruit IO Arduino Library"
44- run : bash ci/doxy_gen_and_deploy.sh
44+ run : bash ci/doxy_gen_and_deploy.sh src
Original file line number Diff line number Diff line change @@ -246,9 +246,8 @@ AdafruitIO_Dashboard *AdafruitIO::dashboard(const char *name) {
246246/* *************************************************************************/
247247/* !
248248 @brief Provide status explanation strings.
249- @param _status
250- The AIO status value
251- @return A pointer to the status string.
249+ @return A pointer to the status string, _status. _status is the AIO status
250+ value
252251*/
253252/* *************************************************************************/
254253const __FlashStringHelper *AdafruitIO::statusText () {
You can’t perform that action at this time.
0 commit comments