1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 21:05:30 +03:00

OSTD Tab redesign

cleanup

optimization

typo fix

adding dummy contents for callsign and vtx settings

indentation fix

typo fix
This commit is contained in:
skaman82 2016-07-31 23:35:50 +02:00 committed by mikeller
parent e97f6685d4
commit c7616c6a8a
6 changed files with 186 additions and 55 deletions

View file

@ -307,6 +307,7 @@ GUI_control.prototype.content_ready = function (callback) {
});
});
if (callback) callback();
}