owntracks/OwnTracksCTRL

Crash on startup if null clientid entered in settings

sumnerboy12 opened this issue · 1 comments

Either add mandatory check on clientid field and/or fix the crash on startup if no client id is defined.

Mandatory checks are in now and initial setting from Device ID

  • clientID length is > 0 and <= 23 (MQTT limitation on some brokers)
  • clientID characters limited to alphanumeric ([0-9a-zA-Z])

Will be in 0.3.7