mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-18 22:05:13 +03:00
chore: add template-curly-spacing
This commit is contained in:
parent
6e6c3f76ae
commit
5be4a4596a
31 changed files with 253 additions and 252 deletions
|
@ -104,7 +104,7 @@ const serial = {
|
|||
|
||||
case 'frame_error':
|
||||
case 'parity_error':
|
||||
GUI.log(i18n.getMessage(`serialError${ inflection.camelize(info.error)}`));
|
||||
GUI.log(i18n.getMessage(`serialError${inflection.camelize(info.error)}`));
|
||||
self.errorHandler(info.error, 'receive');
|
||||
break;
|
||||
case 'break': // This seems to be the error that is thrown under NW.js in Windows when the device reboots after typing 'exit' in CLI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue