From 4298948124d1678ce601775133931141e2a5dd55 Mon Sep 17 00:00:00 2001 From: "Pawel Spychalski (DzikuVx)" Date: Thu, 23 Apr 2020 16:45:13 +0200 Subject: [PATCH] Configurable I2C Speed --- _locales/en/messages.json | 12 ++++++++++ tabs/configuration.html | 10 +++++++++ tabs/configuration.js | 47 ++++++++++++++++++++++++++++++++++----- 3 files changed, 63 insertions(+), 6 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index d6f70bb5..d0bc4cd3 100755 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -3334,5 +3334,17 @@ }, "functionFlags": { "message": "Flags" + }, + "configurationI2cSpeed": { + "message": "I2C Speed" + }, + "configurationI2cSpeedHelp": { + "message": "I2C speed should be kept at the highest level that allows for all connected devices to work. Default 400kHz is a save value and it is suggested to switch to 800kHz in case of Multirotors." + }, + "i2cSpeedSuggested800khz": { + "message": "Please switch to 800kHz if connected hardware allows for it" + }, + "i2cSpeedTooLow": { + "message": "This I2C speed is too low!" } } diff --git a/tabs/configuration.html b/tabs/configuration.html index bc11cd21..f8db957b 100644 --- a/tabs/configuration.html +++ b/tabs/configuration.html @@ -30,6 +30,16 @@
+ +
+
+