mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 16:25:22 +03:00
Separation of MSP code into protocol and config parts, will ease further development and readability
This commit is contained in:
parent
3679111878
commit
96115be10e
25 changed files with 2234 additions and 2198 deletions
4
main.js
4
main.js
|
@ -327,6 +327,10 @@ $(document).ready(function () {
|
|||
});
|
||||
});
|
||||
|
||||
function update_packet_error(caller) {
|
||||
$('span.packet-error').html(caller.packet_error);
|
||||
}
|
||||
|
||||
function microtime() {
|
||||
var now = new Date().getTime() / 1000;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue