1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 16:55:22 +03:00

Fix migration version for led strip mode colors

This commit is contained in:
gaelj 2016-07-21 15:01:53 +02:00
parent 0e5190edd3
commit f1bed8bda1

View file

@ -591,7 +591,7 @@ function configuration_restore(callback) {
appliedMigrationsCount++;
}
if (!compareVersions(migratedVersion, '1.3.1')) {
if (!compareVersions(migratedVersion, '1.2.0')) {
// LED_COLORS & LED_MODE_COLORS support was added.
if (!configuration.LED_COLORS) {