mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +03:00
routine update
This commit is contained in:
parent
a06e37603f
commit
eb694f866f
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<span>xx.xx.xxxx - 0.15</span>
|
<span>xx.xx.xxxx - 0.15</span>
|
||||||
<p>
|
<p>
|
||||||
- Initial work on firmware flasher<br />
|
- Added firmware flasher (user needs to provide local .hex file)<br />
|
||||||
</p>
|
</p>
|
||||||
<span>11.12.2013 - 0.14</span>
|
<span>11.12.2013 - 0.14</span>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -70,6 +70,7 @@ STM32_protocol.prototype.connect = function() {
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
console.log('Please select valid serial port');
|
console.log('Please select valid serial port');
|
||||||
|
STM32.GUI_status('<span style="color: red">Please select valid serial port</span>');
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue