mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-25 17:25:14 +03:00
Fix migration version for led strip mode colors
This commit is contained in:
parent
0e5190edd3
commit
f1bed8bda1
1 changed files with 1 additions and 1 deletions
|
@ -591,7 +591,7 @@ function configuration_restore(callback) {
|
||||||
appliedMigrationsCount++;
|
appliedMigrationsCount++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!compareVersions(migratedVersion, '1.3.1')) {
|
if (!compareVersions(migratedVersion, '1.2.0')) {
|
||||||
|
|
||||||
// LED_COLORS & LED_MODE_COLORS support was added.
|
// LED_COLORS & LED_MODE_COLORS support was added.
|
||||||
if (!configuration.LED_COLORS) {
|
if (!configuration.LED_COLORS) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue