1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-26 01:35:28 +03:00
Commit graph

6 commits

Author SHA1 Message Date
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