From a6febeafb773254895d00f1248124c255c97a996 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Fri, 29 Dec 2017 22:32:31 +0100 Subject: [PATCH] Do not require definition of new boards in migration module --- code/espurna/migrate.ino | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/espurna/migrate.ino b/code/espurna/migrate.ino index 6e24a880..fe6a0c7e 100644 --- a/code/espurna/migrate.ino +++ b/code/espurna/migrate.ino @@ -685,7 +685,8 @@ void migrate() { #else - #error "UNSUPPORTED HARDWARE!" + // Allow users to define new settings without migration config + //#error "UNSUPPORTED HARDWARE!" #endif