xenpac / ESP32-CAM-Linux-Motion

ESP32-CAM as low-cost IP surveillance camera.
50 stars 7 forks source link

Wifi password longer 32 char #3

Closed RainerZuf closed 1 year ago

RainerZuf commented 2 years ago

Hi, first of all, thank you for your repo!

Sadly I'm using a 63 char. Wifi password, which is cropped after char. 32. Can you help me solving this?

Many thanks!

xenpac commented 2 years ago

in file espcam2640.c, there is a define: #define nlength 32 change it to whatever you need.