Skip to content

Commit

Permalink
Remove output of token.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmtoblum committed Apr 15, 2020
1 parent 4180fdb commit 09271a9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,8 @@ boolean refreshToken() {
}

DBG_PRINTLN(F("refreshToken() - Success"));
DBG_PRINTLN(access_token);
DBG_PRINTLN(id_token);
// DBG_PRINTLN(access_token);
// DBG_PRINTLN(id_token);
state = SMODEPOLLPRESENCE;
} else {
DBG_PRINTLN(F("refreshToken() - Error:"));
Expand Down
11 changes: 11 additions & 0 deletions test/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

This directory is intended for PIO Unit Testing and project tests.

Unit Testing is a software testing method by which individual units of
source code, sets of one or more MCU program modules together with associated
control data, usage procedures, and operating procedures, are tested to
determine whether they are fit for use. Unit testing finds problems early
in the development cycle.

More information about PIO Unit Testing:
- https://docs.platformio.org/page/plus/unit-testing.html

0 comments on commit 09271a9

Please sign in to comment.