tonyc / open890

A web-based remote UI for the Kenwood TS-890.
Other
76 stars 5 forks source link

Top-level KNS admin users cannot connect #78

Closed tonyc closed 3 years ago

tonyc commented 3 years ago

It looks like the connection string is not sending the "is admin" flag string properly in the ##ID command - it is always sending a 1, but should send 0 for admins.

tonyc commented 3 years ago

Additionally, the login process was waiting for a ##TI response, which is not sent for admins.

tonyc commented 3 years ago

Fixed in 68d8509d1c4e30b628ca96e39d94a5885f3120d1

Tyrbiter commented 3 years ago

Tested this here and it is working fine for my administrator ID now.

Thanks for the fix.