mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 01:35:28 +03:00
Remove setting of client version in the cloud build request (#3358)
Client as a property on the request is now ignored by the API, and the version is taken from the header that is always present.
This commit is contained in:
parent
a4bc6ef01d
commit
65d0ab3796
1 changed files with 0 additions and 3 deletions
|
@ -856,9 +856,6 @@ firmware_flasher.initialize = function (callback) {
|
||||||
target: targetDetail.target,
|
target: targetDetail.target,
|
||||||
release: targetDetail.release,
|
release: targetDetail.release,
|
||||||
options: [],
|
options: [],
|
||||||
client: {
|
|
||||||
version: CONFIGURATOR.version,
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const coreBuild = (targetDetail.cloudBuild !== true) || $('input[name="coreBuildModeCheckbox"]').is(':checked');
|
const coreBuild = (targetDetail.cloudBuild !== true) || $('input[name="coreBuildModeCheckbox"]').is(':checked');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue