danjulio / lepton

Code and libraries to use a FLIR Lepton Thermal Imaging Camera Module
179 stars 37 forks source link

tCam-Mini maximum Wifi password length should be 64, not 32 #36

Closed hoberman closed 1 year ago

hoberman commented 2 years ago

Wifi specs allow for a maximum password length of 63 characters (or a 64-character hex PSK), but the tCam-Mini ps_utilities.h file sets a limit of 32 characters. The tCam Console app (MacOS, maybe others) appears to be limiting the length to 32 characters as well.

define PS_PW_MAX_LEN 32

danjulio commented 2 years ago

Ok. I'll try to get this in the next set of releases.

danjulio commented 1 year ago

Hello hoberman, the new V3.1 firmware (and all the supporting software - desktop and iOS) now support 63 character passwords.