|
|
@ -160,7 +160,7 @@ bool requestCapture(uint8_t channel, uint8_t preset, const NET_PHOTO_INFO& photo
|
|
|
|
bool res = false;
|
|
|
|
bool res = false;
|
|
|
|
const char* userName = NULL;
|
|
|
|
const char* userName = NULL;
|
|
|
|
const char* password = NULL;
|
|
|
|
const char* password = NULL;
|
|
|
|
if (photoInfo.authType != 0)
|
|
|
|
// if (photoInfo.authType != 0)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
userName = photoInfo.userName;
|
|
|
|
userName = photoInfo.userName;
|
|
|
|
password = photoInfo.password;
|
|
|
|
password = photoInfo.password;
|
|
|
|