Skip to content

Commit

Permalink
remove test procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkberg committed Nov 21, 2016
1 parent 36a515d commit 89e7f9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/CalliopeDemo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -735,8 +735,9 @@ int main() {
uBit.init();
uBit.serial.baud(115200);
uBit.serial.send("Calliope Demo v1.0\r\n");
// disabled the test board procedure as it may confuse users who burn the initial firmware
// call the test board procedure, will return if done already
testBoard();
// testBoard();

// initialize random
uBit.seedRandom();
Expand Down

0 comments on commit 89e7f9a

Please sign in to comment.