diff --git a/.gitignore b/.gitignore index d04edac2..bfcb31dc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_store +nbproject/ diff --git a/changelog.html b/changelog.html index 74b1a9b6..7ebbeaa1 100644 --- a/changelog.html +++ b/changelog.html @@ -1,9 +1,15 @@ -2015.10.02 - 0.66.0 - cleanflight +2015.10.31 - 0.67.0 - cleanflight +

+ - Support flashing of boards that have USB directly connected to MCU. (Device Firmware Update/DFU support).
+

+2015.10.31 - 0.66.0 - cleanflight

- Update servo configuration (requires firmware >= 1.10.0).
- Add some notes and help messages for common issues.
- Update sponsors panel and add links to new boards.
- Upgrade some JS libraries to latest versions (Three, JQuery/UI, D3)
+ - Allow stick input from UI (when using RX_MSP)
+ - Align servo numbering with firmware and documentation

2015.05.23 - 0.65.0 - cleanflight

diff --git a/tabs/configuration.css b/tabs/configuration.css index ffc003aa..0b3ed2ef 100644 --- a/tabs/configuration.css +++ b/tabs/configuration.css @@ -112,7 +112,6 @@ background-color: #ececec; } - .tab-configuration .number span { margin-left: 0px; } diff --git a/tabs/configuration.html b/tabs/configuration.html index 37909c9f..9f5b2d72 100644 --- a/tabs/configuration.html +++ b/tabs/configuration.html @@ -278,6 +278,7 @@ +