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

initial implementation of request delay balancer

This commit is contained in:
cTn 2014-04-12 14:55:20 +02:00
parent d18d5657a4
commit b14d26d530
3 changed files with 25 additions and 0 deletions

View file

@ -181,6 +181,12 @@ function microtime() {
return now;
}
function millitime() {
var now = new Date().getTime();
return now;
}
/*
function add_custom_spinners() {
var spinner_element = '<div class="spinner"><div class="up"></div><div class="down"></div></div>';