mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 00:35:26 +03:00
removal of char_counter, new port_usage, i18n
added bitrate to serial object, removed last bits of 'port_handler' interval code forgotten in the kill routines, new port_usage is now saved in a separate file
This commit is contained in:
parent
241b44e893
commit
58d43c381b
11 changed files with 73 additions and 27 deletions
3
main.js
3
main.js
|
@ -15,6 +15,9 @@ ga_tracker.sendAppView('Application Started');
|
|||
// Google Analytics stuff end
|
||||
|
||||
$(document).ready(function() {
|
||||
// translate to user-selected language
|
||||
localize();
|
||||
|
||||
// bind controls
|
||||
$('#frame .minimize').click(function() {
|
||||
chrome.app.window.current().minimize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue