Browse Source

cfg: update migrate configuration (#2176)

mcspr-patch-1
Max Prokhorov 4 years ago
committed by GitHub
parent
commit
f2ed94f230
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 33 additions and 1461 deletions
  1. +1
    -1
      code/espurna/config/version.h
  2. +32
    -1460
      code/espurna/migrate.ino

+ 1
- 1
code/espurna/config/version.h View File

@ -8,4 +8,4 @@
#define APP_VERSION "1.14.2-dev" #define APP_VERSION "1.14.2-dev"
#define APP_AUTHOR "xose.perez@gmail.com" #define APP_AUTHOR "xose.perez@gmail.com"
#define APP_WEBSITE "http://tinkerman.cat" #define APP_WEBSITE "http://tinkerman.cat"
#define CFG_VERSION 3
#define CFG_VERSION 4

+ 32
- 1460
code/espurna/migrate.ino
File diff suppressed because it is too large
View File


Loading…
Cancel
Save