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 @@
+
diff --git a/tabs/landing.js b/tabs/landing.js
index f943bca0..bb27ccde 100644
--- a/tabs/landing.js
+++ b/tabs/landing.js
@@ -10,10 +10,7 @@ TABS.landing.initialize = function (callback) {
}
$('#content').load("./tabs/landing.html", function () {
- //check_usb_permissions(); // temporary enabled in dev branch, should be commented out untill DFU support goes live
-
-
-// translate to user-selected language
+ // translate to user-selected language
localize();
// load changelog content
@@ -29,10 +26,4 @@ TABS.landing.initialize = function (callback) {
TABS.landing.cleanup = function (callback) {
if (callback) callback();
-};
-
-
-
-
-
-
+};
\ No newline at end of file
diff --git a/tabs/ports.css b/tabs/ports.css
index f7ff8680..ec15e770 100644
--- a/tabs/ports.css
+++ b/tabs/ports.css
@@ -89,6 +89,12 @@ table.ports tr:first-child td:last-child { border-top-right-radius: 0px; }
background-color: #dedcdc;
}
+
+.tab-ports .note {
+ padding: 5px;
+ border: 1px dashed silver;
+ margin-bottom: 8px;
+}
.tab-ports .require-support {
display:none;
}
diff --git a/tabs/ports.html b/tabs/ports.html
index 70df8361..7132e23e 100644
--- a/tabs/ports.html
+++ b/tabs/ports.html
@@ -1,4 +1,5 @@
+<<<<<<< HEAD
Ports
+=======
+
+
+
+
+
+ Identifier
+ Data
+ Logging
+ Telemetry
+ RX
+ GPS
+
+
+
+
+
+
+
+
+
+
+
+
+>>>>>>> cleanflight/development
diff --git a/tabs/setup.css b/tabs/setup.css
index 300d3cac..46596974 100644
--- a/tabs/setup.css
+++ b/tabs/setup.css
@@ -53,6 +53,27 @@ margin-bottom:10px;
#interactive_block a.reset {
+/*
+.tab-setup #interactive_block .attitude {
+ float: right;
+ margin: 10px 10px 0px 0px
+}
+
+.tab-setup #interactive_block .attitude dt {
+ float: left;
+ width: 64px;
+ font-weight: 700;
+ text-align: right
+}
+
+.tab-setup #interactive_block .attitude dd {
+ display: block;
+ margin-left: 64px;
+ width: 64px;
+ text-align: right
+} */
+
+.tab-setup #interactive_block a.reset {
position: absolute;
display: block;
top: 10px;
diff --git a/tabs/setup.html b/tabs/setup.html
index 05d1b68c..4b218035 100644
--- a/tabs/setup.html
+++ b/tabs/setup.html
@@ -36,6 +36,7 @@
+<<<<<<< HEAD
@@ -47,6 +48,29 @@
Roll:
+=======
+
+
+
+
+
+ Heading:
+ Pitch:
+ Roll:
+
+
+
+
+
+
+
+
+ 0 V
+ 0 mAh
+ 0 A
+
+
+>>>>>>> cleanflight/development