diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 65323db4..2ec4f069 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 @@
+ +
+
+