Skip to content

Commit

Permalink
Don't flush all SSIDs in test, just number
Browse files Browse the repository at this point in the history
  • Loading branch information
annejan committed Jul 22, 2017
1 parent 1f70806 commit 5781a90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/badge-first-run/badge_first_run.c
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ badge_first_run(void)
disp_line(line, 0);
for (i=0; i<num_ap; i++) {
sprintf(line, "ssid '%s'\n", ap_records[i].ssid);
disp_line(line, 0);
// disp_line(line, 0);
}
if (num_ap == 0) {
disp_line("no ssids found.",0);
Expand Down
1 change: 1 addition & 0 deletions components/badge-first-run/badge_first_run.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
#define COMPONENTS_BADGE_FIRST_RUN_BADGE_FIRST_RUN_H

extern void badge_check_first_run(void);
extern void badge_first_run(void);

#endif // COMPONENTS_BADGE_FIRST_RUN_BADGE_FIRST_RUN_H

0 comments on commit 5781a90

Please sign in to comment.