Skip to content

Commit

Permalink
Update basicDB.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
lbernstone authored Nov 12, 2020
1 parent f4e9bb1 commit 53694b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/basicDB/basicDB.ino
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

#define BUILD_TEST_DATA

const char* myssid = "larryb";
const char* mypasswd = "clownfish";
const char* myssid = "myssid";
const char* mypasswd = "mypasswd";
const char ntpSrv[] = "pool.ntp.org";

const char* rrd_files[] = {"/ffat/rrd_0.rrd", "/ffat/rrd_1.rrd"}; // Must use full vfs path
Expand Down

0 comments on commit 53694b5

Please sign in to comment.