1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00

routine update

This commit is contained in:
cTn 2013-11-13 10:59:07 +01:00
parent a06e37603f
commit eb694f866f
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
<span>xx.xx.xxxx - 0.15</span>
<p>
- Initial work on firmware flasher<br />
- Added firmware flasher (user needs to provide local .hex file)<br />
</p>
<span>11.12.2013 - 0.14</span>
<p>

View file

@ -70,6 +70,7 @@ STM32_protocol.prototype.connect = function() {
});
} else {
console.log('Please select valid serial port');
STM32.GUI_status('<span style="color: red">Please select valid serial port</span>');
}
};