Skip to content

Commit

Permalink
Merge pull request #17 from IcingTomato/main
Browse files Browse the repository at this point in the history
Update: Update Camera.ino
  • Loading branch information
icing@tomato:~# authored May 29, 2023
2 parents 7bc281f + e596590 commit 400c274
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions examples/Basics/Camera/Camera.ino
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@
// ===========================
// Enter your WiFi credentials
// ===========================
// const char* ssid = "**********";
// const char* password = "**********";

const char* ssid = "walawala";
const char* password = "walawala";
const char* ssid = "**********";
const char* password = "**********";

void startCameraServer();

Expand Down

0 comments on commit 400c274

Please sign in to comment.