Tomas Chmelevskij
Tomas Chmelevskij
Hi, was wondering if the product selection option will be added any time soon?
### Issue Summary If `addUncaughtPages` option is present in the config any of the `prefix` or `serializer` changes are ignored ### To Reproduce 1. Add prefix like ```javascript mapping: {...
Convert battery icon logic to self contained vue component.
Current configurator setup relies heavily on globally defined classes, functions, helpers etc. Currently it's all dependant on the order of `script` tags, which can be brittle and is hard to...
* refactor GUI to be class based * use import instead of global where possible * use esm module for `gui.js`
This is draft for sending CLI commands over MSP. https://github.com/betaflight/betaflight-configurator/pull/3690
This branch tracks work on migrating cli to MSP based implementation. https://github.com/betaflight/betaflight/pull/13318
* add pre-commit hooks to lint stage files * prettier setup * eslint setup and adjust current settings * add recommended extension for prettier-eslint There is a separate PR https://github.com/betaflight/betaflight-configurator/pull/3197...