最多可以十個連線ㄝ
從Github下載程式壓縮檔並解壓縮esp32_camera_mjpeg_multiclient
根據文件說明,home_wifi_multi.h要自己建立
1. Create a file called "home_wifi_multi.h" in the same folder OR under a separate subfolder of the "libraries" folder of Arduino IDE. (You are creating a "fake" library really - I called it "MySettings").
2. Place the following text in the file:
#define SSID1 "replace with your wifi ssid"
#define PWD1 "replace your wifi password"
3. Save.
我只測試了三個連線