From b8ce42d35d3fe7bc9979ecfcc3dc44fbded89549 Mon Sep 17 00:00:00 2001 From: cTn Date: Sun, 10 Nov 2013 19:02:02 +0100 Subject: [PATCH] disabling Servos tab for stable build --- changelog.html | 4 ++++ main.html | 2 +- manifest.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.html b/changelog.html index 3ee097e2..aa03cbf4 100644 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,7 @@ +11.10.2013 - 0.13 +

+ - Disabling Servos tab until all bugs are ironed out
+

11.09.2013 - 0.12

- Bugfixes related to failing connect procedure
diff --git a/main.html b/main.html index db73f2e7..6abf6ce4 100644 --- a/main.html +++ b/main.html @@ -91,7 +91,7 @@

  • PID Tuning
  • Receiver
  • Auxiliary Configuration
  • -
  • Servos
  • +
  • GPS
  • Motor/Servo Outputs
  • Raw Sensor Data
  • diff --git a/manifest.json b/manifest.json index 366da228..ff93f1ff 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "baseflight - Configurator", "short_name": "baseflight", "description": "Cool crossplatform configurator", - "version": "0.12", + "version": "0.13", "manifest_version": 2, "minimum_chrome_version": "23",