1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-14 03:49:53 +03:00
This commit is contained in:
Andi Kanzler 2023-12-02 18:06:18 -03:00
parent 7cfcb78e48
commit 9a2e179065
2 changed files with 2 additions and 2 deletions

View file

@ -2924,7 +2924,7 @@ var mspHelper = (function (gui) {
MSP.send_message(MSPCodes.MSP2_INAV_TIMER_OUTPUT_MODE, false, false, callback);
}
self.sendTimerOutputModes = function(callback) {
self.sendTimerOutputModes = function(onCompleteCallback) {
var nextFunction = send_next_output_mode;
var idIndex = 0;