Fix TypeScript error in serial connect button onClick handler
Wrap handleSerialConnect in arrow function to prevent MouseEvent being
passed as the silent parameter, which caused a type mismatch during build.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>