Skip to content
Snippets Groups Projects
Commit 9123db79 authored by Zhaoliang Zheng's avatar Zhaoliang Zheng
Browse files

upload the code to AP2

parent c7e748df
Branches
No related merge requests found
......@@ -4,10 +4,10 @@
#include <WiFi.h>
#include <esp32cam.h>
const char* WIFI_SSID = "lemur";
const char* WIFI_PASS = "lemur9473";
// const char* WIFI_SSID = "lemur";
// const char* WIFI_PASS = "lemur9473";
const char* ssid = "LEMUR_ESP32_CAM_AP_1";
const char* ssid = "LEMUR_ESP32_CAM_AP_2";
const char* password = "123456789";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment