1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 12:55:14 +03:00

FirmwareCache: naming fixes

This commit is contained in:
Kiripolszky Károly 2018-05-10 19:09:52 +02:00
parent e432d8656d
commit b18a98299b
2 changed files with 4 additions and 4 deletions

View file

@ -545,7 +545,7 @@ TABS.firmware_flasher.initialize = function (callback) {
TABS.firmware_flasher.cleanup = function (callback) {
PortHandler.flush_callbacks();
FirmwareCache.flush();
FirmwareCache.unload();
// unbind "global" events
$(document).unbind('keypress');