1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 16:25:22 +03:00
Commit graph

7 commits

Author SHA1 Message Date
Tomas Chmelevskij
d396d97e5e chore: add eslint
* add eslint with space rules to cover what sonarcloud doesn't
* run lint in travis
* add eslint vue config
2020-12-27 09:21:51 +04:00
Kyle K
3ab9097090 Small bug fixes
Cleaning up some errors in the javascript console before I start adding new ones.

src/js/ConfigStorage.js: forgot to test writing multiple keys at once, can now write multiple keys at once.
src/js/FirmwareCache.js: avoid throwing an error if someone comes asking for an undefined firmware
src/js/jenkins_loader.js: same .error deprecation as #1568
2019-08-16 22:15:58 +00:00
Kiripolszky Károly
b18a98299b FirmwareCache: naming fixes 2018-05-10 19:09:52 +02:00
Kiripolszky Károly
e432d8656d FirmwareCache: additional initialization check 2018-05-10 18:14:58 +02:00
Kiripolszky Károly
65e49e5896 FirmwareCache: add method to manually purge cache and maintenance 2018-05-10 14:59:47 +02:00
Kiripolszky Károly
54bdd2da14 FirmwareCache: memory footprint and UI improvements 2018-05-02 14:47:41 +02:00
Kiripolszky Károly
bd1dbf21d0 initial implementation of firmware cache 2018-04-27 15:30:08 +02:00