From 791ccf98067b39095477c8b50a6cb046581cc0bc Mon Sep 17 00:00:00 2001 From: Marcelo Bezerra <23555060+mmosca@users.noreply.github.com> Date: Thu, 28 Sep 2023 22:36:19 +0200 Subject: [PATCH] Add warning about save and reboot When changing number of motors, or timer output assignments, a save and reboot will be needed to display the correct output mapping --- _locales/en/messages.json | 3 +++ tabs/mixer.html | 1 + 2 files changed, 4 insertions(+) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index cadbd0272..435e62c52 100755 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1953,6 +1953,9 @@ "mixerWizardInfo": { "message": "
  1. Remove propellers
  2. Connect LiPo and use Outputs Tab to test all motors
  3. Note the position of each motor (motor #1 - Left Top and so on)
  4. Fill the table below
" }, + "mixerSaveAndRebootNeeded": { + "message": "Save and reboot is needed when changing timer outputs or changing the number of motors." + }, "gpsHead": { "message": "Position" }, diff --git a/tabs/mixer.html b/tabs/mixer.html index ef3c29a16..b373f5dea 100644 --- a/tabs/mixer.html +++ b/tabs/mixer.html @@ -71,6 +71,7 @@
+