We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b518509 commit 5b836e0Copy full SHA for 5b836e0
src/components/betaflight-logo/BetaflightLogo.vue
@@ -79,7 +79,7 @@
79
{{ firmwareId }}
80
</span>
81
<br />
82
- <span v-if="firmwareVersion && hardwareId">
+ <span v-if="hardwareId">
83
{{ $t("versionLabelTarget") }}: {{ hardwareId }}
84
85
src/js/tabs/firmware_flasher.js
@@ -1076,6 +1076,7 @@ TABS.firmware_flasher.initialize = function (callback) {
1076
1077
function startFlashing() {
1078
exitDfuElement.addClass('disabled');
1079
+ FC.resetState();
1080
if (!GUI.connect_lock) { // button disabled while flashing is in progress
1081
if (self.parsed_hex) {
1082
try {
0 commit comments