Skip to content

Commit

Permalink
Update text in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Nov 28, 2023
1 parent 699f85e commit 59d636a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/tabs/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,8 @@ setup.initialize = function (callback) {
if (semver.gte(FC.CONFIG.apiVersion, API_VERSION_1_46)) {
MSP.send_message(MSPCodes.MSP2_SENSOR_CONFIG_ACTIVE, false, false, function() {
// Sensor info
const textNA = 'N/A';
const textDisabled = 'disabled';
const textNA = 'Not included in build';
const textDisabled = 'Disabled by user';

if (FC.SENSOR_CONFIG_ACTIVE.gyro_hardware == 0xFF) {
sensor_gyro_e.text(textNA);
Expand Down

0 comments on commit 59d636a

Please sign in to comment.