Skip to content

Commit

Permalink
Hide device cert for now
Browse files Browse the repository at this point in the history
It isn't displayed properly.
  • Loading branch information
joel16 committed Jan 16, 2017
1 parent 7cbd174 commit 74d4025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,9 @@ int main(int argc, char *argv[])
httpcInit(0x9000);
frdInit(SDK(11,4,0,200));

consoleInit(GFX_BOTTOM, NULL);
/*consoleInit(GFX_BOTTOM, NULL);
printf("\x1b[31;1m*\x1b[0m Device cert: \x1b[31;1m%s\x1b[0m \n\n", getDeviceCert());
printf("\x1b[31;1m*\x1b[0m Device cert: \x1b[31;1m%s\x1b[0m \n\n", getDeviceCert());*/

consoleInit(GFX_TOP, NULL);

Expand Down

0 comments on commit 74d4025

Please sign in to comment.